sacOO7 / socketcluster-client-java

Native java and android client for socketcluster framework in node.js
http://socketcluster.io/
Apache License 2.0
94 stars 42 forks source link

Add support for RxJava and asynchronous connect #24

Open sacOO7 opened 6 years ago

sacOO7 commented 6 years ago

Implement Observable stream pattern in the library, keep separate subscribers to receive and send data to the server. Add extra methods ( not present currently) that simplify library usage.