netty5/transport-native-epoll/src
Norman Maurer 0fffc844d6 Only load native transport if running architecture match the compiled library architecture.
Motivation:

We should only try to load the native artifacts if the architecture we are currently running on is the same as the one the native libraries were compiled for.

Modifications:

Include architecture in native lib name and append the current arch when trying to load these. This will fail then if its not the same as the arch of the compiled arch.

Result:

Fixes [#7150].
2017-09-04 13:34:55 +02:00
..
main Only load native transport if running architecture match the compiled library architecture. 2017-09-04 13:34:55 +02:00
test/java/io/netty/channel/epoll KQueue detect peer close without EVFILT_READ 2017-08-18 11:00:18 -07:00