deepstream.io-client-java icon indicating copy to clipboard operation
deepstream.io-client-java copied to clipboard

The Java/Android Client for deepstream.io

Results 42 deepstream.io-client-java issues
Sort by recently updated
recently updated
newest added

I'm running into the following error ``` Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'void io.deepstream.Endpoint.send(java.lang.String)' on a null object reference at io.deepstream.Connection.send(Connection.java:114) at io.deepstream.EventHandler.unsubscribe(EventHandler.java:68) ``` when I'm trying...

Hello @yasserf As i have been using and testing deepstream 2.0.0 rc1 release and its working fine with node client. But with java client when i use it in android...