bcb6d38026
Motivation: We did not correctly close the `EmbeddedChannel` which would lead to not have `handlerRemoved(...)` called. This can lead to leaks. Beside this we also did not correctly consume produced data which could also show up as a leak. Modifications: - Always call `EmbeddedChannel.finish()` - Ensure we consume all produced data and release it Result: No more leaks in test. This showed up in https://github.com/netty/netty/pull/9850#issuecomment-562504863. |
||
---|---|---|
.. | ||
src | ||
pom.xml |