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

Closing listeningApp when server closes #357

Merged
merged 1 commit into from
Jan 11, 2016

Conversation

NicholasBoll
Copy link
Contributor

I ran into the same issue as in #348. When multiple sockets were added in 2dd3058, the listeningApp was no longer being closed by closing the server. The close method now explicitly closes the listening app when the server closes, thus closing the port and freeing the node process to exit gracefully (assuming it was shut down by something other than Ctrl+C).

sokra added a commit that referenced this pull request Jan 11, 2016
@sokra sokra merged commit aa7cc8a into webpack:master Jan 11, 2016
@sokra
Copy link
Member

sokra commented Jan 11, 2016

Thanks

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