You did: ctx.write(msg+"\r\n");. msg is not a String but a ByteBuf . If you want to append \r\n to the received message, you should do the following:
確定! 回上一頁