altangent / ccxws

WebSocket client for 38 cryptocurrency exchanges
MIT License
617 stars 186 forks source link

bittrex: fixing disconnect failures #212

Closed bmancini55 closed 4 years ago

bmancini55 commented 4 years ago

Failures caused by not properly binding all events. On socket creation. Also added retry logic to the token HTTP request event.

Closes #209