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

Resubscribe channels only when reconnecting #548

Open mladenmarkov opened 4 years ago

mladenmarkov commented 4 years ago

Currently, the resubscribeChannels() is called on every successful connection. This should be necessary only when reconnecting, i.e. in the scheduleReconnect() method.

badgerwithagun commented 4 years ago

This PR will be closed shortly unless there is further activity.

badgerwithagun commented 4 years ago

This project is in the process of being merged into the XChange project and no further PRs will be merged here. Once the projects have been merged, there may be a short stabilization period where there will be large-scale renaming of classes and packages, which may cause conflicts. You are advised to wait at least a week from now and then resubmit your PR on the XChange project. Thank you for your support!

badgerwithagun commented 4 years ago

You can now resubmit your PR on XChange. This project will shortly be marked as archived.