@aharish Make sure, you are not blocking on_tick method by performing any calculation in the same.You need to pass the value to another thread, see the example here.
@aharish Yeah, it will.Are you sure, you are not blocking on_tick thread? Can you have look to this thread , if still not resolved can you paste your websocket code here?
version number of the Kite Connect library is 3.
Make sure, you are not blocking
on_tick
method by performing any calculation in the same.You need to pass the value to another thread, see the example here.And even then it shouldn't give this particular error.
Yeah, it will.Are you sure, you are not blocking on_tick thread?
Can you have look to this thread , if still not resolved can you paste your websocket code here?
Do you see multiple re-connections?