-
-
Notifications
You must be signed in to change notification settings - Fork 252
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] Port not being free on app kill #183
Comments
I noticed this as well as many processes being spawned after press Ctrl+C. I added some print statements and found that the call to
commenting out the call to |
Hi @Dmourn , Thank you for helping with the issue :D
Calling Another culprit that I can think of is me using But thank you for pointing this out! 😄 |
No problem :) Thanks for making this cool project. I didn't think that was the solution either. I tried adding |
I am glad you like it :D
This is the thing that I will be addressing now. So, should be fixed soon hopefully :D |
Description
Run a web server on any port and then press "Ctrl+C".
Then
lsof -i tcp:PORT_NUMBER
, e.g.lsof -i tcp:5000
for 5000 port.You will have to manually kill the process.
Expected Behavior
This should not happen.
The text was updated successfully, but these errors were encountered: