Hello Gentlemen,
I tried to replace the old Bitstamp API with v2 today.
I only changed the import line:
import info.bitrich.xchangestream.bitstamp.v2.BitstampStreamingExchange;
and everything compiled fine.
However, it seems I am not getting any updates from the exchange. The log shows normal connection:
2019-11-06 18:55:19 | INFO | [main] i.b.x.b.v.BitstampStreamingService:125 - Connecting to wss://ws.bitstamp.net 2019-11-06 18:55:21 | INFO | [nioEventLoopGroup-2-1] i.b.x.s.n.WebSocketClientHandler:63 - WebSocket Client connected! 2019-11-06 18:55:21 | WARN | [nioEventLoopGroup-2-1] i.b.x.b.v.BitstampStreamingService:228 - Resubscribing channels 2019-11-06 18:55:21 | INFO | [main] i.b.x.b.v.BitstampStreamingService:312 - Subscribing to channel live_trades_btceur 2019-11-06 18:55:22 | INFO | [main] i.b.x.b.v.BitstampStreamingService:312 - Subscribing to channel live_trades_etheur
There is just not a single trade incoming.
Subscription remained exactly the same as in v1, where it worked flawlessly.
Anyone had the same problem?
Thank you and best regards,
Jure