netty5/transport-native-kqueue/src
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
..
main EventLoop.schedule with big delay fails (#7402) 2018-04-24 11:15:20 +02:00
test/java/io/netty/channel/kqueue EventLoop.schedule with big delay fails (#7402) 2018-04-24 11:15:20 +02:00