netty5/transport-native-epoll
Norman Maurer ff4a89b5ae [#2414] Fix RuntimeException during modify events via EpollEventLoop
Motivation:
We are currently try to modify the events via EpollEventLoop even when the channel was closed before and so the fd was set to -1. This fails with a RuntimeException in this case.

Modification:
Always check if the Channel is still open before try to modify the events.

Result:
No more RuntimeException because of a not open channel
2014-04-21 11:19:08 +02:00
..
src [#2414] Fix RuntimeException during modify events via EpollEventLoop 2014-04-21 11:19:08 +02:00
pom.xml Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.