-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Feature Request: Add onClose
handler for custom logic when a socket is closed/disconnected
#721
Comments
This would need implemented for IMAP/POP3. Right now the only way (other than adding custom listeners) is to modify IMAP notifier logic, specifically |
onConnectionClose
handler for custom logic when a socket is closed/disconnectedonClose
handler for custom logic when a socket is closed/disconnected
Bumping this request, as there's no current way to prevent connection overflow. For example, any user can spawn 10000+ connections to a server and there is no application-layer functionality that can prevent this (other than if you were to write a loop or something on the IMAP/POP3 server instances and iterate over |
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
Bump |
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
Please reopen at @andris9 |
No description provided.
The text was updated successfully, but these errors were encountered: