Skip to content

Commit 3925ecb

Browse files
author
Deepak Kumar
committed
Clarified Stomp.overTCP deprecation notice and added reference to TCP Wrapper for alternatives.
1 parent 9ab4fbf commit 3925ecb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/2018-09-08-upgrading-stompjs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ Additional notes:
192192
- `Stomp.overWS` is same as `Stomp.client`. Follow the instructions for `Stomp.client` above.
193193
- `NodeJS` is supported at same level as browser. Test suits are executed for both NodJS and browser.
194194
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.
195+
- `Stomp.overTCP` is no longer supported by this library. However, you can use [TCP Wrapper](https://github.com/stomp-js/tcp-wrapper).
197196
- If you are using `SockJS` please also see [SockJS support]
198197

199198
[SockJS support]: {% link _posts/2018-09-10-using-stomp-with-sockjs.md %}

0 commit comments

Comments
 (0)