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

websockify does not react to SIGTERM #226

Closed
wants to merge 2 commits into from

Conversation

abhishekkekane
Copy link
Contributor

Child processes are not terminated when parent process of websockify
is killed.

In this fix made provision to terminate all child processes when
parent process is killed.

Fixes #138

Child processes are not terminated when parent process of websockify
is killed.

In this fix made provision to terminate all child processes when
parent process is killed.

Fixes novnc#138
@DirectXMan12
Copy link
Member

I've made a couple of tweaks (I removed an unnecessary PID check, since active_children is supposed to only return children of the current process, and make some tweaks to the commit message). In general LGTM 👍

DirectXMan12 added a commit that referenced this pull request Feb 18, 2016
Make websockify respond to SIGTERM
@DirectXMan12
Copy link
Member

closed with 4e6938e

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.

websockify does not react to SIGTERM
2 participants