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 6d3ba31 commit 7526ffcCopy full SHA for 7526ffc
README.md
@@ -71,7 +71,7 @@ class HelloSockController {
71
Log.d(TAG, topicMessage.getPayload());
72
});
73
74
- mStompClient.send("/app/hello", "My first STOMP message!");
+ mStompClient.send("/app/hello", "My first STOMP message!").subscribe();
75
76
// ...
77
0 commit comments