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

Server process doesn't actually stop #354

Open
MaxPleaner opened this issue Mar 31, 2016 · 0 comments
Open

Server process doesn't actually stop #354

MaxPleaner opened this issue Mar 31, 2016 · 0 comments

Comments

@MaxPleaner
Copy link

If I start volt server -p 3000 and then exit the server with control+c, the server says it has stopped and if i visit localhost:3000, I get a "cannot connect" page as expected.

However, if I then try to start up the server again on the same port, I get the error that the port is already in use.

Then I run ps aux | grep volt and kill -9 the PID.

After doing this, trying to run volt server -p 3000 opens the server, but it seems like the original server process is still running. I.e. if I run App#1 on port 3000, close it, and start App#2 on port 3000, I still get errors about App#1 code.

The only thing I have found that works is a. restarting my computer or b. starting the server on a different port.

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