인코딩 UTF-8로 수정

This commit is contained in:
yunjy
2022-08-23 13:30:37 +09:00
parent 8798fd75ca
commit af428bc6d5
7 changed files with 17 additions and 14 deletions
@@ -56,7 +56,7 @@ public class EchoSocketServerHandler extends ChannelInboundHandlerAdapter {
logger.info("Response Message=" + responseMsg);
logger.info("==================================================");
// sleep Àû¿ë
// sleep
if (spec.getSleepSeconds() != null) {
int sleepSeconds = spec.getSleepSeconds().intValue();
if (sleepSeconds > 0) {