Closed gretro closed 6 years ago
By the way, I'm not blocked. I disabled the heartbeat on the client-side in the mean time. Just wanted to report this behavior.
This has been fixed once in https://github.com/rabbitmq/rabbitmq-web-stomp/pull/29
I'm guessing some other change broke it. Perhaps https://github.com/rabbitmq/rabbitmq-web-stomp/pull/49 ?
SockJS support has been removed in 3.7.0 and is not coming back => this is no longer relevant. Please switch to the regular WebSocket endpoint.
Hello.
I started using this plugin as part as a mock-up for what I need to do using messaging. It works pretty well, but one thing bothers me: the heartbeat using SockJS. It's clearly documented that the server heartbeat is deactivated on SockJS, which I'm ok with. However, during the connection procedure, the server still returns a valid heartbeat configuration instead of telling the client heartbeat is not supported.
Here is what the client sends:
Here is what the server sends back:
The problem here is that the server should return this instead:
This way, there can be no confusion, no mistake on the part of the client implementation.