You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new retry functionality for REST calls which defaults to 5 attempts
Added new subscribeToMarketSummaries function since Bittrex no long automatically do this on WebSocket connection
No longer need 3rd party repositories for maven artifacts since I have created a new fork of the SignalR library called signalr4j and it is published on Maven Central
Improved WebSocket reconnect logic on disconnect, but more work still needs to be done
Fixed typo in getMarketSummaries URL builder which was causing a 404 error code
Renamed Tick DAO endTime property to startTime, since this is what Bittrex's T property represents