We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Stomp.overTCP
1 parent 9ab4fbf commit 3925ecbCopy full SHA for 3925ecb
_posts/2018-09-08-upgrading-stompjs.md
@@ -192,8 +192,7 @@ Additional notes:
192
- `Stomp.overWS` is same as `Stomp.client`. Follow the instructions for `Stomp.client` above.
193
- `NodeJS` is supported at same level as browser. Test suits are executed for both NodJS and browser.
194
Follow the instructions as above.
195
-- `Stomp.overTCP` is no longer supported. If your broker supports WebStomp (STOMP over WebSocket),
196
- you may switch to that.
+- `Stomp.overTCP` is no longer supported by this library. However, you can use [TCP Wrapper](https://github.com/stomp-js/tcp-wrapper).
197
- If you are using `SockJS` please also see [SockJS support]
198
199
[SockJS support]: {% link _posts/2018-09-10-using-stomp-with-sockjs.md %}
0 commit comments