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

Hanging Node process with Express #85

Open
igor-ribeiro opened this issue Jul 31, 2018 · 1 comment
Open

Hanging Node process with Express #85

igor-ribeiro opened this issue Jul 31, 2018 · 1 comment

Comments

@igor-ribeiro
Copy link
Contributor

We generate Webpack builds by hitting one Express route, which triggers a CLI command to build with Webpack. That way, this plugin hangs the process and the route never returns.

I'm pretty sure the problem is with sockets, cause killing the .sock process created by the plugin makes the route respond.

It only happens when we use the route, running the build command on the terminal works. Not using the plugin also works.

@wbyoung
Copy link
Owner

wbyoung commented Jul 31, 2018

Can you see if this is resolved if you run off of the branch for PR #2?

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

2 participants