We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d661b5c commit 41d7b2bCopy full SHA for 41d7b2b
README.md
@@ -72,7 +72,7 @@ public class CommunicationServer extends CoolSocket
72
JSONObject replyJSON = new JSONObject();
73
replyJSON.put("result", true);
74
75
- activeConnection.reply(replyJSON.toString);
+ activeConnection.reply(replyJSON.toString());
76
} catch (Exception e) {
77
// TODO: Handle error.
78
// This could be due to the request timed out
0 commit comments