Merge remote-tracking branch 'origin/main'

This commit is contained in:
zhongzb
2023-06-07 20:25:14 +08:00
2 changed files with 9 additions and 8 deletions

View File

@@ -93,6 +93,7 @@ public class NettyWebSocketServerHandler extends SimpleChannelInboundHandler<Tex
case AUTHORIZE:
getService().authorize(ctx.channel(), JSONUtil.toBean(wsBaseReq.getData(), WSAuthorize.class));
log.info("主动认证 = " + msg.text());
break;
default:
log.info("未知类型");
}