Hi, I am facing a weird problem that my data stream stops coming and connection closes with a 1006 connection timeout error The code runs well from 9:15 to 2:30-45 but after that everyday, I get this 1006 issue. Can someone please help me out with the issue Much appreciated.
@rakeshr I am facing same issue. As per your Websocket Streaming FAQs, I am taking ticks in another variable in on_ticks function nothing else. All time-consuming process are on another thread. Nothing is blocking on_ticks(). Still I am getting this error. Can you please help me in this.
You can go through Websocket Streaming FAQs for python client, it's answered there.
I am facing same issue. As per your Websocket Streaming FAQs, I am taking ticks in another variable in on_ticks function nothing else. All time-consuming process are on another thread. Nothing is blocking on_ticks(). Still I am getting this error. Can you please help me in this.