netty5/transport-native-kqueue
Norman Maurer 701eed8762
Unregister all native methods on unload for kqueue (#10738)
Motivation:

03aafb9cff352269a7fc73e4cf0c281770676be9 did ensure we unregister all native methods when we unload / or fail during load of the native library. Unfortunally it missed to unregister in one case for kqueue.

Modifications:

Add unregister calls to the unload function

Result:

Correctly unregister in all cases
2020-10-28 13:08:22 +01:00
..