【fix】 优化代理

This commit is contained in:
wujiawei
2025-04-29 09:15:59 +08:00
parent d8a8b630ae
commit e51ad201de
2 changed files with 4 additions and 4 deletions

View File

@ -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) {