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.
1 parent 2bfd9da commit d129dbcCopy full SHA for d129dbc
README.md
@@ -71,7 +71,7 @@ Check out the full example server https://github.com/NaikSoftware/stomp-protocol
71
72
// ...
73
74
- mStompClient = Stomp.over(WebSocket.class, "ws://10.0.2.2:8080/example-endpoint/websocket");
+ mStompClient = Stomp.over(Stomp.ConnectionProvider.OKHTTP, "ws://10.0.2.2:8080/example-endpoint/websocket");
75
mStompClient.connect();
76
77
mStompClient.topic("/topic/greetings").subscribe(topicMessage -> {
0 commit comments