netty5/transport-native-epoll/src/test/java
Norman Maurer b47fb81799
EventLoop.schedule with big delay fails (#7402)
Motivation:

Using a very huge delay when calling schedule(...) may cause an Selector error when calling select(...) later on. We should gaurd against such a big value.

Modifications:

- Add guard against a very huge value.
- Added tests.

Result:

Fixes [#7365]
2018-04-24 11:15:20 +02:00
..
io/netty/channel/epoll EventLoop.schedule with big delay fails (#7402) 2018-04-24 11:15:20 +02:00