-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Epoll isn't used anymore #1301
Labels
bug
Something isn't working
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After #1255 epoll (and probably kqueue) isn't used anymore, so nio will be used instead.
The problem is that the platform dependent jar files is not among the dependencies.
If I add
"io.netty" % "netty-transport-native-epoll" % "4.1.77.Final" classifier "linux-x86_64"
it works again for me.Regards David
The text was updated successfully, but these errors were encountered: