netty5/transport/src/main/java
Norman Maurer c1a335446d
Correctly implement SelectedSelectionKeySet iterator(), contains(...) and remove(...) (#8244)
Motivation:

Our SelectedSelectionKeySet does not correctly implement various methods which can be done without any performance overhead.

Modifications:

Implement iterator(), contains(...) and remove(...)

Result:

Related to https://github.com/netty/netty/issues/8242.
2018-09-01 08:10:02 +02:00
..
io/netty Correctly implement SelectedSelectionKeySet iterator(), contains(...) and remove(...) (#8244) 2018-09-01 08:10:02 +02:00