개발경험 및 메모/Netty
Netty Error - adjusted frame length exceeds 1048576
Netty 로 만든 어플리케이션에서 서버쪽에 에러가 발생하였다. adjusted frame length exceeds 1048576 아.. 이것은 무엇인고.. Netty 에서 메시지 기본 용량은 1048576이다. 단위는 Byte 이다. 즉 서버와 클라이언트 통신간에 메시지 용량이 초가해서 들어온것. @Override public void initChannel(SocketChannel ch) throws Exception { ChannelPipeline pipeline = ch.pipeline(); // Add SSL handler first to encrypt and decrypt everything. // In this example, we use a bogus certificate in the se..
2020. 6. 21. 09:11
최근댓글