netty5/transport-native-epoll
Norman Maurer a45f63aea0 Only try to deregister from EventLoop when the native Channel was registered before.
Motivation:

We only can call eventLoop() if we are registered on an EventLoop yet. As we just did this without checking we spammed the log with an error that was harmless.

Modifications:

Check if registered on eventLoop before try to deregister on close.

Result:

Fixes [#6770]
2017-05-24 13:20:51 +02:00
..
src Only try to deregister from EventLoop when the native Channel was registered before. 2017-05-24 13:20:51 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-05-11 12:26:35 +02:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:27:43 +01:00

Native transport for Linux

See our wiki page.