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 222 forks source link

WebSocket Client disconnected! #41

Open dice2019 opened 6 years ago

dice2019 commented 6 years ago

How to get the message in my code, when netty found websocket disconnected. many thanks, 2017-12-07 11:19:26.009 INFO 31176 --- [ntLoopGroup-2-1] i.b.x.s.netty.WebSocketClientHandler : WebSocket Client disconnected!

dozd commented 6 years ago

There is a PR #40 that implements isAlive method on StreamingService. But there are some TODOs so it's not ready to be merged now