bitrich-info / xchange-stream

XChange-stream is a Java library providing a simple and consistent streaming API for interacting with Bitcoin and other crypto currency exchanges via WebSocket protocol. It is build on top of of XChange library providing new interfaces for streaming API. User can subscribe for live updates via reactive streams of RxJava library.
Apache License 2.0
413 stars 219 forks source link

Poloniex orderbook events #569

Closed davidjirovec closed 4 years ago

davidjirovec commented 4 years ago

I found it confusing when I saw messages "Register {} as {}" randomly appearing when my application was running for some time already, not just on startup. I found out it is caused by orderbook reinitialization, so I've added reinitialization specific log message.