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 f440715 commit fc5d023Copy full SHA for fc5d023
README.md
@@ -99,8 +99,8 @@ client.emit("Message"); //Message
99
JSONArray arguments = new JSONArray();
100
arguments.put("first argument");
101
JSONObject second = new JSONObject();
102
-client.emit(second); //JSON Message
103
second.put("dictionary", true);
+client.emit(second); //JSON Message
104
arguments.put(second);
105
client.emit("hello", arguments); //Event
106
client.disconnect();
0 commit comments