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

running process cannot be interrupted using CTRL+C #215

Open
staabm opened this issue Mar 26, 2020 · 4 comments
Open

running process cannot be interrupted using CTRL+C #215

staabm opened this issue Mar 26, 2020 · 4 comments

Comments

@staabm
Copy link
Contributor

staabm commented Mar 26, 2020

when the process is triggered/started it does not allow interruption.

I guess there is some signal handling missing?

@Ocramius
Copy link
Member

Probably an issue with generators themselves: this library just has a big loop in it, so it doesn't do anything fancy with signals, and the process will indeed just adhere to typical PHP semantics.

@asgrim
Copy link
Member

asgrim commented Mar 26, 2020

are you running in in Docker or anything?

@Ocramius
Copy link
Member

Oh indeed: some docker images do not forward signal correctly. @lcobucci fixed this in some official images recently.

@staabm
Copy link
Contributor Author

staabm commented Mar 26, 2020

I am running locally in git bash for windows.

windows10x64
php 7.4.3

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

3 participants