洪城义警-正式版后台
zhongrj
2022-12-06 bd2d5cd6e072825433ce6126f08e4b0991fe9c0d
src/main/java/org/springblade/modules/webscoket/WebSocketHandler.java
@@ -104,6 +104,7 @@
            //登录链接
            String id = jsonObj.get("id").toString();
            NettyConfig.getUserChannelMap().put(id,ctx.channel());
            NettyConfig.getChannelGroup().add(ctx.channel());
            System.out.println("___________________"+jsonObj.get("type"));
            System.out.println(jsonObj.get("id")+ "____________________________用户连接成功");