This commit is contained in:
Redkale
2018-01-27 09:17:16 +08:00
parent 1573e79041
commit ad690724a6

View File

@@ -39,7 +39,7 @@ public class ChatWebSocket extends WebSocket<Integer, Object> {
* }, * },
* extmap:{ * extmap:{
* "a":1, * "a":1,
* "b", "haha" * "b":"haha"
* } * }
* } * }
* })); * }));