Skip to content

Commit 5f45ab0

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 053ee33 + d129dbc commit 5f45ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Check out the full example server https://github.com/NaikSoftware/stomp-protocol
7171

7272
// ...
7373

74-
mStompClient = Stomp.over(WebSocket.class, "ws://10.0.2.2:8080/example-endpoint/websocket");
74+
mStompClient = Stomp.over(Stomp.ConnectionProvider.OKHTTP, "ws://10.0.2.2:8080/example-endpoint/websocket");
7575
mStompClient.connect();
7676

7777
mStompClient.topic("/topic/greetings").subscribe(topicMessage -> {

0 commit comments

Comments
 (0)