Websocket stream error 1006

ANL
@sujith @rakeshr I got this error while streaming more than 300 stocks. what is the issue and why it is occur ?
[2023-09-26 12:19:24,021] ERROR: Connection error: 1006 - connection was closed uncleanly (None)
[2023-09-26 12:19:24,039] ERROR: Connection closed: 1006 - connection was closed uncleanly (None)

If I use kws.on_close = on_close, the function will halt; if I don't, it will restart. So, how to solve the problem? It will restart the streaming, but it will disturb my entire data saving process if it stops and reconnects. Could you please advise?
Sign In or Register to comment.