Closed 1337SEnergy closed 4 years ago
0.7.9 does not work either, and this one installs 0.57.0 ws-client as well
As you can see on bittrex docs, their signarl server is an classic signarl server. This library is a client for singlar core. Did you take a look to https://pypi.org/project/signalr-client/?
sorry, I actually have no idea what signalR actually is, and I also have no idea why bittrex decided to go with this instead of normal WS like every other exchange
I did take a look at signalr-client, but it's not been updated for 4 years, I believe I even tried it, but it wasn't working for some reason as well... maybe I just don't understand this signalR ?
this should, according to issue #14 work, but it doesn't, I also get the
websocket-client is 0.54.0
edit: the only reason why I used ws-client 0.54.0 is because it says so in the readme, however signalr core installs ws-client 0.57 by default, as the requirements for it are websocket-client>=0.54.0 for some reason