netty5/transport
Norman Maurer a564b70d51
More correct fix for using ChannelInitializer with custom EventExecutor. (#8633)
Motivation:

8331248671 did make some changes to fix a race in ChannelInitializer when using with a custom EventExecutor. Unfortunally these where a bit racy and so the testcase failed sometimes.

Modifications:

- More correct fix when using a custom EventExecutor
- Adjust the testcase to be more correct.

Result:

Proper fix for https://github.com/netty/netty/issues/8616.
2018-12-07 19:12:06 +01:00
..
src More correct fix for using ChannelInitializer with custom EventExecutor. (#8633) 2018-12-07 19:12:06 +01:00
pom.xml Correcting Maven Dependencies (#8622) 2018-12-06 09:01:14 +01:00
test.log Correctly implement SelectedSelectionKeySet.Iterator remove() 2018-09-01 08:59:08 +02:00