We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to implement a shutdown method that closes the server and closes all the netty resources
The text was updated successfully, but these errors were encountered:
#9, shutdown method
09d0be0
I added the shutdown method. It should be tested to corner cases.
Sorry, something went wrong.
I thought you had to create a ChannelGroup and track and close all Channels before doing the releaseExternalResources?
You are right. It's not that easy. I knew why I wasn't closing this issue! :)
I started it last weekend but have blown mine away now to synch up with the master.
If I remember we need to track Channel creation by tracking Channel opens in MemcachedResponseHandler and adding the channels to a Channel Group
jerrinot
No branches or pull requests
We need to implement a shutdown method that closes the server and closes all the netty resources
The text was updated successfully, but these errors were encountered: