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

Netty 4 - AioEventLoopGroup does not shutdown (termiante) underlying AIO Thread #660

Closed
alex-berger opened this issue Oct 16, 2012 · 1 comment

Comments

@alex-berger
Copy link

Calling shutdown on an AioEventLoopGroup does not shutdown (terminate) the underlying AsynchronousChanngelGroup. Which is clearly a resource leak. The underlying Threads of
the AsynchronousChannelGroup will not terminate until the JVM exits.

The AsynchronousChanngelGroup created in the constructor of AioEventLoopGroup must be shutdown once it is not used anymore.

@normanmaurer
Copy link
Member

Duplicate of #659

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants