netty5/transport/src
Norman Maurer 187b1b8a55 Correctly implement SelectedSelectionKeySet.remove(...) / contains(...) again so it works with the NIO Selector.
Motivation:

c1a335446d reimplemented remove(...) and contains(...) in a way which made it not work anymore when used by the Selector.

Modifications:

Partly revert changes in c1a335446d.

Result:

Works again as expected
2018-09-01 08:43:50 +02:00
..
main/java/io/netty Correctly implement SelectedSelectionKeySet.remove(...) / contains(...) again so it works with the NIO Selector. 2018-09-01 08:43:50 +02:00
test/java/io/netty Correctly implement SelectedSelectionKeySet.remove(...) / contains(...) again so it works with the NIO Selector. 2018-09-01 08:43:50 +02:00