This commit is contained in:
2023-11-09 13:51:15 +08:00
parent 4e853ed592
commit af6c2c738f

View File

@@ -211,7 +211,7 @@ public class NettyServerHandler extends ChannelInboundHandlerAdapter {
// 删除桩编号和channel的关系 // 删除桩编号和channel的关系
if (StringUtils.isNotBlank(pileSn)) { if (StringUtils.isNotBlank(pileSn)) {
PileChannelEntity.removeByPileSn(pileSn); // PileChannelEntity.removeByPileSn(pileSn);
} }
// 删除连接 // 删除连接
CHANNEL_MAP.remove(channelId); CHANNEL_MAP.remove(channelId);