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

BUG: When <stdin> is closed the watcher does not terminate #336

Open
OvermindDL1 opened this issue Nov 20, 2016 · 0 comments
Open

BUG: When <stdin> is closed the watcher does not terminate #336

OvermindDL1 opened this issue Nov 20, 2016 · 0 comments

Comments

@OvermindDL1
Copy link

As per usual process connections when is closed a process should close unless it is designed to remain open as a daemon or persistent process, however right now when watchify is called, the hosting server manages its processes by closing the stdin file descriptor (and in this case also dying right after), but watchify keeps on running, disconnected from anything but init itself, I have to find the (in this case over 40) running instances of watchify and kill it(/them) as I dev. If the current functionality is wanted, where it stays running even when its parent process and input file descriptors die, any chance of a parameter that makes it act like a normal process then so it can be properly launched/killed by IDE's and build servers?

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

No branches or pull requests

1 participant