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
Hi.Please help with code)Maybe a bug.
lib: stream-poloniex2
Always this error: Orderbook update received before initial snapshot
code:
disp = exchange.getStreamingMarketDataService()
.getOrderBook(cp)
.doOnError(error -> System.err.println("The error message is: " + error.getMessage()))
.subscribe(ob -> {});
The text was updated successfully, but these errors were encountered:
Hi.Please help with code)Maybe a bug.
lib: stream-poloniex2
Always this error:
Orderbook update received before initial snapshot
code:
disp = exchange.getStreamingMarketDataService()
.getOrderBook(cp)
.doOnError(error -> System.err.println("The error message is: " + error.getMessage()))
.subscribe(ob -> {});
The text was updated successfully, but these errors were encountered: