gabdim
Results
2
comments of
gabdim
> So the solution is to force your own connection to time out every 10 seconds and reconnect automatically when you have not received a message. If done fast enough...
> I close and restart the WebSocket connection whenever I run into an error, instead of reconnecting at a predefined interval. > > The code essentially is: > > ```python...