由于存在安全漏洞,我们从3.xOIO迁移到4.xNIO,在重载下遇到了许多问题。
下面是我们正在寻址的项目,并好奇在使用NioEventLoopGroup的Netty4.x中是否有人不同意或有其他考虑。
将消息处理从处理程序中卸载,以释放侦听器中的threads
发布于 2020-12-09 20:38:22
请注意,the threading models used by Netty 4 and Netty 3 are different。
https://stackoverflow.com/questions/65223294
相似问题