netty5/transport/src/test/java/io/netty
Norman Maurer 8adb30bbe2 Correctly run all pending tasks for EmbeddedChannel when the Channel was closed.
Motivation:

When a user called ctx.close() and used the EmbeddedChannel we did not correctly run all pending tasks which means channelInactive was never called.

Modifications:

Ensure we run all pending tasks after all operations that may change the Channel state and are part of the Channel.Unsafe impl.

Result:

Fixes [#6894].
2017-07-30 06:57:18 +02:00
..
bootstrap [#5566] Ensure using a ChannelInitializer via ServerBootstrap.handler(...) produce correct ordering. 2016-07-27 08:34:31 +02:00
channel Correctly run all pending tasks for EmbeddedChannel when the Channel was closed. 2017-07-30 06:57:18 +02:00