Skip to content

Conversation

@rosen-vladimirov
Copy link
Contributor

During tns debug ios command, Ctrl + C does not kill the proecss. It looks like there are still resources that do not allow the process to die.
Implement a workaround - call process.exit when SIGINT (Ctrl + C) is received. There's no guarantee that this will release the other resources. However CLI's process will definitely die and console will be released.
Code is based on this PR: telerik/mobile-cli-lib#791

During `tns debug ios` command, Ctrl + C does not kill the proecss. It looks like there are still resources that do not allow the process to die.
Implement a workaround - call process.exit when SIGINT (Ctrl + C) is received. There's no guarantee that this will release the other resources. However CLI's process will definitely die and console will be released.
Code is based on this PR: telerik/mobile-cli-lib#791
@rosen-vladimirov
Copy link
Contributor Author

👍 from @dtopuzov

@rosen-vladimirov rosen-vladimirov merged commit ed2281c into release Sep 14, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/kill-my-own-process branch September 14, 2016 14:00
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