netty5/transport-native-epoll
Norman Maurer cd56f87ca1 Remove invalid return
Motivation:

JNI_OnUnload(...) does not return anything (has void in its signature) so we should not try to return something.

Modifications:

Remove return.

Result:

Fix incorrect but harmless code.
2016-02-10 16:48:39 -08:00
..
2016-02-10 16:48:39 -08:00

Native transport for Linux

See our wiki page.