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 29e0042 commit 383d075Copy full SHA for 383d075
README.md
@@ -72,6 +72,8 @@ SocketIOClient.connect("http://localhost:80", new ConnectCallback() {
72
client.setErrorCallback(MainActivity.this);
73
client.setJSONCallback(MainActivity.this);
74
client.setStringCallback(MainActivity.this);
75
+
76
+ //You need to explicitly specify which events you are interested in receiving
77
client.addListener("news", MainActivity.this);
78
79
client.of("/chat", new ConnectCallback() {
0 commit comments