python-signalr-client
python-signalr-client copied to clipboard
Python 3.10 incompatible
I'm trying to run the sample code from bittrex, which uses your library: https://bittrex.github.io/api/v3#topic-Example-Socket-Clients
But I get this error: TypeError: As of 3.10, the loop parameter was removed from Queue() since it is no longer necessary
traceback:
Traceback (most recent call last):
File "...\V3WebsocketExample.py", line 127, in
this is how websockets solved it (to have the code compatible with lower and higher python versions): https://github.com/aaugustin/websockets/blob/9e960b508988c4049eb9f3377c505f506a3af060/src/websockets/legacy/compatibility.py#L10