) <br />#time_correct_thread creation for first level of filtering data : removal of same tickers <br />correct_time=time_correct_mythread()<br />WebSocket.start() # Adds tick price
/>#tickdata = tick<br />#time.sleep(10)<br /># Callback for successful connection.<br />def on_connect(ws):<br /># Subscribe to a list of instrument_tokens (RELIANCE and AC
/>#tickdata = tick<br />#time.sleep(10)<br /># Callback for successful connection.<br />def on_connect(ws):<br /># Subscribe to a list of instrument_tokens (RELIANCE and AC
My requirement is :- websockets should be always streaming the data and store in a queue, i want to read that queue in another parallel thread and process the data.Please guide me from kiteconnect im