Hi,
I’m using Python and websocket-client library. I’m using blocking call in a thread. After a while if there’s no data Binance disconnects me however ws.recv() doesn’t return anything (no error raised).
What’s the best way to get connected all the time? If disconnected, reconnect and etc.?
Thank you very much