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

Close ServerChannelGroup when stopping the server #69

Merged
merged 1 commit into from
Nov 13, 2018

Conversation

mchataigner
Copy link
Contributor

Closing the channel is not enough. The underlying thread pool is still alive after stopping the server.
During server.stop(), it should close the channel, wait for the close and then close the ChannelGroup. It will take care of shutting down the thread pool.

or else the pool will not get stopped
@mchataigner
Copy link
Contributor Author

I don't have rights to merge this PR… :/

@guillaumebort guillaumebort merged commit c36999b into criteo:master Nov 13, 2018
@mchataigner mchataigner deleted the fix_close branch November 13, 2018 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants