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, Tell me how to make reconnections, for example, when the server or the Internet is unavailable. For example, similar code that works with okhttp and will not work with...

How to detected that socket is connecting. After refer https://github.com/NaikSoftware/StompProtocolAndroid/issues/109. Variables are not declare in StompClient. I have try make connection from two places. It go to connect for two...

When I off the mobile internet then websocket disconnect. but it not able auto reconnect after switch on internet. class WebSocketViewModel @Inject constructor( private var mStompClient: StompClient, private val loadActiveUserUseCase:...

I am passing https server url in socket connection still getting error java.net.UnknownServiceException: CLEARTEXT communication to *URL* not permitted by network security policy. at ua.naiksoftware.stomp.provider.OkHttpConnectionProvider$1.onFailure(OkHttpConnectionProvider.java:84) at okhttp3.internal.ws.RealWebSocket.failWebSocket(RealWebSocket.java:571) at okhttp3.internal.ws.RealWebSocket$2.onFailure(RealWebSocket.java:221) at...

Lifecycle state "Closed" has never been published to the lifecyclePublishSubject.

io.reactivex.exceptions.OnErrorNotImplementedException: The exception was not handled due to missing onError handler in the subscribe() method call. I handle error in on subscribe method, but still getting this crash on subscribe...

Failed to resolve: com.github.NaikSoftware:StompProtocolAndroid:1.6.5 Show in Project Structure dialog Affected Modules: app

I'm working on a project that can only pull archives from Maven Central. Can the artefact be mirrored to Maven Central.

First off, thank you to everyone who works on this awesome project it really works well and is extremely useful. I may have found a bug. Hopefully this has not...