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

netty之文件传输

Results 4 netty-file issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

文件有内容,传入FileUploadFile这个类后打印发现lenght是0,这是什么问题?

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

图片为 53kb ,服务端下载之后为60kb,图片打不开,但是看到打印的大小数据又是一致的