From e3d610181add28342467df017450fe2b87101e2a Mon Sep 17 00:00:00 2001 From: 18516761980 <56479841@qq.com> Date: 星期二, 02 八月 2022 15:08:11 +0800 Subject: [PATCH] Merge branch 'gzynwcs' of http://47.97.1.152:5880/r/zy-wcs into gzynwcs --- src/main/java/com/zy/core/netty/handle/ProtectorHandler.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java index add63dd..e48310c 100644 --- a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java +++ b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java @@ -3,6 +3,7 @@ import com.core.common.Cools; import com.zy.core.netty.AbstractInboundHandler; import com.zy.core.netty.cache.ChannelCache; +import com.zy.core.netty.constant.Constant; import com.zy.core.netty.domain.ChPackage; import io.netty.channel.ChannelHandler; import io.netty.channel.ChannelHandlerContext; @@ -39,6 +40,7 @@ ctx.close(); if (!Cools.isEmpty(uuid)){ log.info("uuid={} 绌洪棽鍓旈櫎", uuid); + Constant.errorMap.put(Integer.parseInt(uuid), "鏂紑寮傚父"); } } } -- Gitblit v1.9.1