-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
The server never closes, even after ^C and closing the terminal #1489
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
Comments
@nebrelbug do you use |
@evilebottnawi I use |
@nebrelbug please create minimum reproducible test repo, thanks |
I think it would work on any repo with Git Bash, probably |
I'm experiencing this same error, but in my case the process exits after a while after ctrl+c. This is the output I get after I know that the dev-server is still running because when I run the server again, it would complain that the port is already occupied and I have to manually kill that process. This is how I run the dev server: |
@aprilmintacpineda Looks problem in |
I see, after doing only |
@aprilmintacpineda better create issue in |
I've got more or less the same behavior:
OS: Windows |
Close in favor #1479 (comment) |
Code
Expected Behavior
When I press ^C, the server stops
Actual Behavior
The server keeps on running! I'm on Git Bash, and even when I close the terminal, the server is still running. I ran it on localhost:9000, localhost:9003, and localhost:8081, and I can access the server on all 3 of them, even though I tried to end localhost:9000 and localhost:9003
For Bugs; How can we reproduce the behavior?
Try and close the server in Git Bash
For Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered: