-
Notifications
You must be signed in to change notification settings - Fork 215
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
Queue Resource Release #93
Comments
Would you be so kind as to send a pull request with that change, please? |
Wait a second, @sugus-seu … that queue was started with |
Just call apns_connection:stop will close apns_connection server, but the linked apns_queue server will stay |
only error single will passed to the linked process, if one server terminate normal, the linked process will not die |
Good point, @sugus-seu. |
@sugus-seu ^ I created a new PR for you, pointing to the main repo (this one) instead of yours. |
@sugus-seu any updates on this? |
When close a apns connection, the queue resource doesn't release,which leads to a lot of useless apns queue left in system that cannot be GC.
Add apns_queue:stop in apns_connection:terminate can fix it.
The text was updated successfully, but these errors were encountered: