slazarov / python-bittrex-websocket-aio

Python websocket for Bittrex (async).
http://python-bittrex-websocket-docs.readthedocs.io/en/latest/index.html#
MIT License
36 stars 13 forks source link

Task was destroyed but it is pending! #15

Open sahfd4eiugf opened 5 years ago

sahfd4eiugf commented 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