nettyNetty粘包问题TooLongFrameException: Adjusted frame length exceeds
Posted 九师兄
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nettyNetty粘包问题TooLongFrameException: Adjusted frame length exceeds相关的知识,希望对你有一定的参考价值。
文章目录
1.概述
此问题参考:【Flink】Flink 任务报错 akka remote connection TooLongFrameException adjusted frame length discarded
我这里主要是想再现这个问题。
服务器代码初始化部分
ServerBootstrap b = new ServerBootstrap();
b.
以上是关于nettyNetty粘包问题TooLongFrameException: Adjusted frame length exceeds的主要内容,如果未能解决你的问题,请参考以下文章