netty5/transport/src/main/java
Norman Maurer 583fc272f2
Fixed|SimpleChannelPool.close() should only return after complete. (#7927)
Motivation:

We need to ensure we only return from close() after all work is done as otherwise we may close the EventExecutor before we dispatched everything.

Modifications:

Correctly wait on operations to complete before return.

Result:

Fixes https://github.com/netty/netty/issues/7901.
2018-05-21 19:22:31 +02:00
..
io/netty Fixed|SimpleChannelPool.close() should only return after complete. (#7927) 2018-05-21 19:22:31 +02:00