-
Hello, I'm trying to use StompClient without retrolambda
Why with the following code I can get the message from the server (with retrolambda)?:
```
mStompClient.topic("/topic/hello").subscribe(t…
-
Is there any way I can provide my username to my spring backend ?
-
after 1 min,the websocket goes error ,so I want to add a heart-beat in my project,what should i do
-
Can explain me the problem please:
org.java_websocket.WebSocketImpl.send (WebSocketImpl.java:598)
--
| org.java_websocket.WebSocketImpl.sendFrame (WebSocketImpl.java:624)
| org.java_websoc…
-
It's really valuable to have support for connection in dart stomp client library over sockjs-dart-client (https://github.com/nelsonsilva/sockjs-dart-client) as it has js-stomp-client library. (eg for …
mmly updated
10 years ago
-
There is an issue ticket for this but it is closed https://github.com/WrathChaos/StompClientLib/issues/122
Can we add the Swift Package manager support I don't see any Packages.swift. If you're ok wi…
-
When upgrading the HTTP request to 101, no way to set headers (for example origin, sesson_id,..) before handshake. I think we need to add param from .connect_to_host(url, headers) method
-
I am getting a 403 Forbidden response during WebSocket Upgrade request when connecting to a server via HTTPS (instead of 101).
The reason is a wrong "Origin" header. The header is set in method
`o…
-
I know it is obvious to you what ```String id``` is in the ```subscribeString(id, dest, fn)``` is, however, for me that is very new to stomp stuff (and rabbitmq altogether), I have to dig source and g…
-
https://github.com/mobile-web-messaging/StompKit/blob/master/StompKit/StompKit.m#L348
Set virtual host same as host, but by default virtualhost is /
need add other option for virtualhost