If I create a kiteconnect object and keep on using it it works fine, however, if i dont make any api calls with the object for few mins, then after that I get a read time out exception.
Although, I am handling it in the code, but I would still like to know how much idle time is allowed and how is it handled at the server ?
PS : I tried changing pool (pool_connections, pool_maxsize, max_retries,pool_block), timeout while creating the instance but nothing works. The only way out it to create a new object or increase timeout to a big value and wait for it.