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

Fix process leak #70

Merged
merged 5 commits into from
Dec 14, 2020
Merged

Fix process leak #70

merged 5 commits into from
Dec 14, 2020

Conversation

jeanparpaillon
Copy link
Collaborator

Make handler transient

For each connection, a Handler process is started, monitored by DynamicSupervisor.
When connection ends, Handler process should stop.

Jean Parpaillon added 2 commits December 10, 2020 12:29
For each connection, a Handler process is started, monitored by
DynamicSupervisor.
When connection ends, Handler process should stop.
Jean Parpaillon added 2 commits December 14, 2020 10:56
Use Process.monitor instead of custom message from Connection to
Handler to stop the latter
@tpitale
Copy link
Owner

tpitale commented Dec 14, 2020

Merge whenever you're ready @jeanparpaillon, or I can.

@jeanparpaillon jeanparpaillon merged commit 7880e59 into master Dec 14, 2020
@jeanparpaillon jeanparpaillon deleted the fix-process-leak branch December 18, 2020 16:28
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.

2 participants