Alex

Results 51 comments of Alex

I use a code like this: > const options = { debug: false, heartbeat: false } > stompClient = Stomp.client(stompEndpoint, options) I'll look for the headers

I see, but that's one of the most used implementations so it's very bad to not work with it. We can open an issue there if you find that their...

Here is the response, do you need anything else? ![screenshot_08_202635](https://user-images.githubusercontent.com/1634436/43856783-cc9d9374-9b49-11e8-8efa-690e1c407bc0.png)

The connection works fine if I use those options: > const options = { debug: false, heartbeat: false, protocols: ['v12.stomp'] }

Debugging your code it seems like in this.ws.onpen() function _this.ws.protocol is empty, while it should not be. Can this be a problem? This is happening in node, using the "ws"...

The issue is still marked as "needs input", does it?

What I can tell you for sure is that using the Spring Framework toolkit as a STOMP server, this happens: - version 1.2.0 of this library connects fine with default...

ok, please tell me the specifics of what you need, I already sent you the snapshot of the capture of the stream

I have the same problem on latest release, ember 3.3.x