netty-socketio
netty-socketio copied to clipboard
1.7.17 LEAK: ByteBuf.release() was not called before it's garbage-collected
The version is 1.7.17. I don't think issue #603 fix this bug perfectly. Are there any problems in the EncoderHandler?
Occasionally I got the same error.
Occasionally I got the same error.
What's the version you use? And the throughput? @dazre
What's the version you use?
1.7.17
And the throughput? @dazre
Do you mean traffic? About 1 Mbps. Hundreds messages per second.
What's the version you use?
1.7.17
And the throughput? @dazre
Do you mean traffic? About 1 Mbps. Hundreds messages per second.
My program sends 10 thousands messages per second; So I add a queue as cache and solve this problem. @dazre
I'm using version 1.7.19 and still have memory leaks, same as above
@Romanroad6 Did you fixed it? regards.
@Romanroad6 Did you fixed it? regards.