Skip to content
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

[bugfix] Close the DefaultEventExecutor on shutdown #3460

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

kciesielski
Copy link
Member

Netty's DefaultEventExecutor has to be explicitly shut down, otherwise it may leave a hanging thread, preventing JVM from closing.

@kciesielski kciesielski added bug Something isn't working Netty labels Jan 17, 2024
@kciesielski kciesielski marked this pull request as ready for review January 17, 2024 20:55
@kciesielski kciesielski merged commit bf40d12 into master Jan 17, 2024
17 checks passed
@kciesielski kciesielski deleted the fix-netty-default-executor-shutdown branch January 17, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Netty
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant