thebubbleindex
thebubbleindex
Please see my comment on what I found in the hopes of fixing this issue here: https://github.com/bitrich-info/xchange-stream/pull/96
Yes, basically that is what I had to do as well, i.e. `WebSocketClientExtensionHandler clientExtensionHandler = null;` in NettyStreamingService. I am not sure I know enough about the architecture of this...
Cool, I am having initial success but I will most likely need help. Attaching my maven child module. It currently subscribes to the SubscribeToSummaryDeltas on Bittrex Websocket API: https://bittrex.github.io/ Maven...