netty5/transport
Norman Maurer 6739755d39
NioEventLoop.register(...) should offload to the EventLoop if not alr… (#8612)
Motivation:

java.nio.channels.spi.AbstractSelectableChannel.register(...) need to obtain multiple locks during execution which may produce a long wait time if we currently select. This lead to multiple CI failures in the past.

Modifications:

Ensure the register call takes place on the EventLoop.

Result:

No more flacky CI test timeouts.
2018-12-05 15:31:21 +01:00
..
src NioEventLoop.register(...) should offload to the EventLoop if not alr… (#8612) 2018-12-05 15:31:21 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2018-11-29 11:15:09 +00:00
test.log Correctly implement SelectedSelectionKeySet.Iterator remove() 2018-09-01 08:59:08 +02:00