Socket Echo 기능 추가

This commit is contained in:
hsoh
2022-07-08 16:01:27 +09:00
parent a82d7c4456
commit 9ca33016e1
12 changed files with 631 additions and 8 deletions
@@ -78,7 +78,7 @@ public class EchoSocketServer {
workerGroup.shutdownGracefully().sync();
channelFuture.channel().closeFuture().sync();
} catch (InterruptedException e) {
e.printStackTrace();
logger.error(e.getMessage());
}
}
}