We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c519e commit 390b3bfCopy full SHA for 390b3bf
README.md
@@ -86,6 +86,9 @@ subscription.perform("away");
86
JsonObject params = new JsonObject();
87
params.addProperty("foo", "bar");
88
subscription.perform("appear", params);
89
+
90
+// 6. Unsubscribe & close connection
91
+consumer.unsubscribeAndDisconnect();
92
```
93
94
### Passing Parameters to Channel
0 commit comments