@sujith
When you say all HTTP requests are limited to 3 per second, does it mean cumulatively or independently?
Also, just to clarify, placeorder() is limited to 5 per second right? As per your answer in https://kite.trade/forum/discussion/commen…
@naz We're facing disconnection issues when using a python client very consistently. However, since we've switched to a java client, such issues have reduced. With multiple websocket clients, the number of disconnections are definitely a lot more.
…
@kivijoshi @sujith
Yeah sure, the only problem is that it has to restart the connection which takes time (~30-40 seconds). So maybe if there was a way to catch an exception, it could reconnect faster (
@sujith @Shaj on_tick is fine. We do get the tick data as a python dict. But the problem is that the ticks stop coming very frequently and currently without providing an exception, so we are unable to restart the program internally to continue recei…
@sujith Sayandeep is sending in a snippet of the garbage values that are being received. His post is under approval, maybe because we are sending some of the garbage values and methods to reproduce the error. Please check