【fix】 bug fix

This commit is contained in:
wujiawei 2025-04-06 21:59:48 +08:00
parent e4c33f34c1
commit a5a3d7d6f2

View File

@ -50,6 +50,7 @@ public class ServerHandleHttpReportClientProxyClientTransferChannelInitSuccessfu
NettyByteBuf nettyByteBufData = ChannelAttributeKeyUtils.getNettyByteBufData(nextTransferChannel); NettyByteBuf nettyByteBufData = ChannelAttributeKeyUtils.getNettyByteBufData(nextTransferChannel);
log.info("准备发送代理请求数据到客户端");
NettyProxyMsg clientConnectTagetNettyProxyMsg = new NettyProxyMsg(); NettyProxyMsg clientConnectTagetNettyProxyMsg = new NettyProxyMsg();
clientConnectTagetNettyProxyMsg.setVisitorId(msgVisitorId); clientConnectTagetNettyProxyMsg.setVisitorId(msgVisitorId);