netty-file icon indicating copy to clipboard operation
netty-file copied to clipboard

长时间使用会有内存泄漏

Open CookieDSEU opened this issue 4 years ago • 0 comments

FileUploadClientHandler extends ChannelInboundHandlerAdapter 应该改为 FileUploadClientHandler extends SimpleChannelInboundHandler 因为ChannelInboundHandlerAdapter 的channelRead 不会释放msg. 内存会越积越多 Server的代码也一样.

CookieDSEU avatar Apr 17 '20 08:04 CookieDSEU