Open ipeisong opened 10 years ago
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. The rest of the code would be identical then.
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?
@jmesnil @matzew pls merge pull request
Does this library support init via websocket?
In JS library there is stompClient.over(websocketConnection), how can I do the same with StompKit? Thanks,