netty5/transport-native-epoll/src
Norman Maurer 5bb1377072 [#3443] Fix IllegalStateException which could be triggered when the channel goes inactive during the eventloop processing
Motivation:

This is a regression that was introduced as part of 6b941e9bdb. The regression could produce an "infinity" triggering of IllegalStateException if a channel goes inactive while process the events for it.

Modifications:

Correctly check if the channel is still active before trigger the callbacks.

Result:

No more IllegalStateException
2015-02-23 19:06:02 +01:00
..
main [#3443] Fix IllegalStateException which could be triggered when the channel goes inactive during the eventloop processing 2015-02-23 19:06:02 +01:00
test/java/io/netty/channel/epoll Directly receive remote address when call accept(...) 2015-02-23 14:54:58 +01:00