Open sahfd4eiugf opened 5 years ago
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
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