Error: [WinError 10053] An established connection was aborted by the software in your host machine
Attempting reconnect 1 of 5…
I’m using fyers market data web socket [lite-mode], and sometimes its connection gets lost and it keeps trying to reconnect. However, it cannot reconnect automatically as far as I have experienced but the issue gets resolved when I kill the process and re-run it as a new process.
as it runs on a separate thread, it doesn’t affect the rest of the program but the rest of the program has dependency on its data, therefore, it needs to be robust.
I want to know the cause of it and how can I resolve or handle it on my end.