You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
The Process signal system should automatically delete underlying connections - unless declared otherwise.
Note that this behaviour is desired when the process is deleted, regardless of the signal (SIGTERM or SIGKILL, for instance), so it should create a handler that also lets the Processable know why the process was deleted. Another implementation option is to extend the usual {:delete, [Event.t]} with signatures that include, for instance, [delete_src_connection: false].
Example scenario: FileTransferProcess creates FTP connection that should automatically be deleted upon completion/abortion.
renatomassaro
changed the title
Automatically delete process connections upon completion/kill
Automatically delete connections upon process completion/kill
Feb 16, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Process signal system should automatically delete underlying connections - unless declared otherwise.
Note that this behaviour is desired when the process is deleted, regardless of the signal (
SIGTERM
orSIGKILL
, for instance), so it should create a handler that also lets theProcessable
know why the process was deleted. Another implementation option is to extend the usual{:delete, [Event.t]}
with signatures that include, for instance,[delete_src_connection: false]
.Example scenario:
FileTransferProcess
creates FTP connection that should automatically be deleted upon completion/abortion.Look for references to #388
The text was updated successfully, but these errors were encountered: