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

Hi all, I got this issues many time but don't know why it's happen. Maybe socket connection keep for a long time it happen. Please help me! Non-fatal Exception: java.lang.Exceptionjava.io.EOFException ...

When Socket has Error but `scheduleServerHeartBeatCheck` still running, I can't found method for stop `scheduleServerHeartBeatCheck`. How to stop it, please help me! It crash when `rawSend` function call check!

Can explain me the problem please: org.java_websocket.WebSocketImpl.send (WebSocketImpl.java:598) --   | org.java_websocket.WebSocketImpl.sendFrame (WebSocketImpl.java:624)   | org.java_websocket.WebSocketImpl.sendPing (WebSocketImpl.java:631)   | org.java_websocket.AbstractWebSocket$1.run (AbstractWebSocket.java:142)   | java.util.TimerThread.mainLoop (Timer.java:555)   | java.util.TimerThread.run (Timer.java:505)

Hi There, I was quite surprised to see that the library is logging every stomp message received even when used in a release build. Is there a way to disable...

enhancement

Is there a reason for not implementing the headers 'accept-version' and 'host' as default for the CONNECT frame in StompClient class? Those are required by the protocol as stated [here](https://stomp.github.io/stomp-specification-1.1.html#CONNECT_or_STOMP_Frame),...

![screen shot 2018-11-28 at 6 25 45 pm](https://user-images.githubusercontent.com/45426155/49153241-31dd3200-f33b-11e8-98df-69f316d931ad.png) ![screen shot 2018-11-28 at 6 25 54 pm](https://user-images.githubusercontent.com/45426155/49153242-3275c880-f33b-11e8-80fa-31a1a382348f.png) we have integrated this library for websocket stomp protocol in andriod app and we...

Hey. I can't use your library in my project (MIN SDK 19), because i got error: ``` Invoke-customs are only supported starting with Android O (--min-api 26) Message{kind=ERROR, text=Invoke-customs are...

Getting below exception while onNext() E/WebSocketsConnectionProvider: onError 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:153) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:115) at rx.internal.operators.OnSubscribeFilter$FilterSubscriber.onError(OnSubscribeFilter.java:90) at rx.internal.operators.OnSubscribeDoOnEach$DoOnEachSubscriber.onError(OnSubscribeDoOnEach.java:87) at rx.internal.operators.OnSubscribeMap$MapSubscriber.onError(OnSubscribeMap.java:88) at rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext(OnSubscribeMap.java:73) at rx.observers.SerializedObserver.onNext(SerializedObserver.java:91) at rx.observers.SerializedSubscriber.onNext(SerializedSubscriber.java:94)...

Hello everyone. I have a question, how can I implement a singlenton pattern to be able to call it from different areas and have the same instance? Sorry, I know...

The header is set when the connection is made, and when the APP is opened for a while, no messages are received, and no logs associated with disconnection are printed....