mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-06 21:37:56 +08:00
【fix】客户端渗透客户端编码
This commit is contained in:
parent
2c139c9ae1
commit
9ae7a5715e
@ -134,7 +134,7 @@ public class NettyClientPermeateClientRealSocket {
|
||||
future.addListener((ChannelFutureListener) futureListener -> {
|
||||
Channel visitorChannel = futureListener.channel();
|
||||
if (futureListener.isSuccess()) {
|
||||
|
||||
realChannel.config().setOption(ChannelOption.AUTO_READ, true);
|
||||
// 通知服务端访客连接成功
|
||||
NettyProxyMsg nettyProxyMsg = new NettyProxyMsg();
|
||||
nettyProxyMsg.setVisitorId(visitorId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user