StompProtocolAndroid icon indicating copy to clipboard operation
StompProtocolAndroid copied to clipboard

STOMP protocol via WebSocket for Android

Results 102 StompProtocolAndroid issues
Sort by recently updated
recently updated
newest added

The latest release includes a few important crash fixes but it can't be installed from JitPack repository. From https://jitpack.io/com/github/NaikSoftware/StompProtocolAndroid/1.6.5/build.log: ``` > Task :lib:javaPreCompileRelease > Task :lib:compileReleaseJavaWithJavac FAILED /home/jitpack/build/lib/src/main/java/ua/naiksoftware/stomp/pathmatcher/SubscriptionPathMatcher.java:11: error: cannot...

When i disconnect the network it doesn't emit **CLOSED** event and after that its **isConnected()** method return true value!

when lost internet connection app crash Main app is crash

Is it planned to upgrade to rxjava3 in the nearest future?

Messages which are larger than 8k are now splitted into chunks.

I'm sort of a beginner in Java/Web service programming, so not sure if this is a real issue or not. Correct me if I'm wrong. In the example-client program, the...

Hello, I have a connection to a websocket. ` // Connect to the socket server stompClient = Stomp.over(Stomp.ConnectionProvider.OKHTTP, urlSocket, httpHeader); stompClient.withClientHeartbeat(10000); stompClient.withServerHeartbeat(10000); stompClient.connect();` After that, i subscribe to topics and...

Hi I get this error while implementing StompClient in Android.. //////////////////////////////////////////////////////////////////////// E/MainActivity: Error rx.exceptions.OnErrorNotImplementedException at rx.internal.util.InternalObservableUtils$ErrorNotImplementedAction.call(InternalObservableUtils.java:386) at rx.internal.util.InternalObservableUtils$ErrorNotImplementedAction.call(InternalObservableUtils.java:383) at rx.internal.util.ActionSubscriber.onError(ActionSubscriber.java:44) at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:152) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:115) at rx.internal.operators.OnSubscribeMap$MapSubscriber.onError(OnSubscribeMap.java:88) at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext(OnSubscribeMap.java:73) at rx.observers.Subscribers$5.onNext(Subscribers.java:235)...

it seemed that the head-beat time is always 300000ms,can anybody tell me how to solve it?