I am using WebSocket to receive ticks on my local machine (laptop). After a few hours of running, the tick data stops being received without showing any errors. There are no network issues, as it reconnects automatically when required.
Additionally, for the last two days, I have observed that after 11:50 AM, it stops providing tick data without displaying any error.
Please guide me on the correct way to use WebSocket for this purpose and provide proper instructions to resolve this issue.
After a few hours of running, the tick data stops being received without showing any errors.
No, we haven't seen any such issue happening. Mostly, it has something to do with the underlying network disconnection. You should log error from on_error callback.