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.
2 parents 053ee33 + d129dbc commit 5f45ab0Copy full SHA for 5f45ab0
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