-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handshakes over websocket #25
Comments
No, StompKit does not support connection over WebSocket. If you wanted to achieve this, the best way would be to wrap a WebSocket in the same interface than GCDAsyncSocket and handles the WebSocket protocol's handshake. |
Would be great if we can have the WebSocket based version. |
I have an outstanding pull request to integrate this functionality using RocketSockets. I'm sure there still may be some issues (I've been testing with ActiveMQ with a WS connector). I haven't received any comments on it though so I'm not sure how active the maintainers are here. |
Any chance this will get merged? |
Does this library support init via websocket?
In JS library there is stompClient.over(websocketConnection), how can I do the same with StompKit? Thanks,
The text was updated successfully, but these errors were encountered: