netty5/transport
Norman Maurer eb2118eeb4 ChannelInitializer may be invoked multiple times when used with custom EventExecutor. (#8620)
Motivation:

The ChannelInitializer may be invoked multipled times when used with a custom EventExecutor as removal operation may be done asynchronously. We need to guard against this.

Modifications:

- Change Map to Set which is more correct in terms of how we use it.
- Ensure we only modify the internal Set when the handler was removed yet
- Add unit test.

Result:

Fixes https://github.com/netty/netty/issues/8616.
2018-12-05 19:30:33 +01:00
..
src ChannelInitializer may be invoked multiple times when used with custom EventExecutor. (#8620) 2018-12-05 19:30:33 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00