You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked a bit and it seems to be related with AUCTION currency. If I try to retrieve data for example for BTC-EUR the connection is not closed. the script receives for AUCTION a lot less messages than BTC. My supposition is that if the server does not send messages for a specific amount of time (i.e. 100 seconds), the connection is automatically closed... Is there a way to maintain it opened?
I've the following class for retrieving data from websocket and convert them in a format usable by my program:
It works, except for the fact that the connection resets about every two minutes. This is the log when I run it:
That are logs that appear when
on_close
is called. What I'm doing wrong and how can solve the problem?The text was updated successfully, but these errors were encountered: