인코딩 UTF-8로 수정
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user