c061bd1798
Motivation: In the master branch we fail fire* operations on the ChannelHandlerContext once the handler was removed. This is by design as it is "unspecified" what the semantics could be after the handler was removed and may lead to very hard to debug problems. Because of this we need to select the right ChannelHandlerContext for firing the event. Modifications: Choose a valid ChannelHandlerContext based on the state of the context of the handler Result: No more test failures |
||
---|---|---|
.. | ||
src | ||
pom.xml |