@sujith With threaded=True, my websocket is not able to subscribe the tokens. It gets closed and hence doesn't fire the on_connect callback. Can you please check my implementation below:
def on_connect_1(ws):
print "1-In on_connect"
ws.subscribe(…
@sujith Thanks for the prompt and informative reply.
Do I have to define on_reconnect callback, If yes, Can you give an example of on_reconnect callback, I couldn't find it on the link you provided.
Also, the tick size I get is much greater than 200…