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

AioEventLoopGroup does not shutdown (terminate) underlying AIO Thread #659

Closed
alex-berger opened this issue Oct 16, 2012 · 2 comments
Closed
Assignees
Labels
Milestone

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

You are right... Let me fix this

normanmaurer pushed a commit that referenced this issue Oct 16, 2012
…down the AsynchronousChannelGroup before. See #659
@normanmaurer
Copy link
Member

fixed.. thanks for reporting

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

No branches or pull requests

2 participants