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:
@ -56,7 +56,7 @@ public class NettyTcpServerSocketApplicationListener implements SocketApplicatio
|
||||
|
||||
channelFuture.addListener((ChannelFutureListener) channelFuture -> {
|
||||
// 服务器已启动
|
||||
log.info("TCP 服务器启动成功");
|
||||
log.info("TCP 服务器启动成功【{}】",tcpPort);
|
||||
});
|
||||
channelFuture.channel().closeFuture().sync();
|
||||
} catch (Exception e) {
|
||||
|
Reference in New Issue
Block a user