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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Randomly getting this "error", but without any exception.
Basically doesn't stop the script working but it seems I stop getting data from the private ws stream. Looks like public still stays online.
I did some research and I am trying to fix it by changing this line on websocket_client-aio.py : 136
for future in (self.futures if not (future.done() or future.cancelled())) + self.connection.conn._Connection__transport.futures
The text was updated successfully, but these errors were encountered: