mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-16 18:35:05 +08:00
【fix】修复客户端渗透客户端问题 通道关闭错误
This commit is contained in:
@ -35,6 +35,7 @@ public class ServerHandleReportClientTransferClientPermeateChannelInitSuccessful
|
||||
Channel nextTransferChannel = NettyTransferChannelContext.getVisitor(msgVisitorId);
|
||||
ChannelAttributeKeyUtils.buildTransferNextChannel(nextTransferChannel,channel);
|
||||
ChannelAttributeKeyUtils.buildTransferNextChannel(channel,nextTransferChannel);
|
||||
NettyTransferChannelContext.clear(msgVisitorId);
|
||||
|
||||
Channel nextChannel = ChannelAttributeKeyUtils.getTransferNextChannel(channel);
|
||||
|
||||
|
Reference in New Issue
Block a user