-
Notifications
You must be signed in to change notification settings - Fork 640
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
Hang on Promise.resolve(...) #485
Comments
Is there any news on this topic? I have the same problem.... |
We do have the same issue. We use the same workaround: |
This is related to #325. I'm working on a fix; you can follow along in that issue for details. |
A fix was just released which should address this. See if the latest release ( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to be related to #329 #373 #381
I'm able to get around the problem if I initiate a dummy call to setImmediate or setTimeout which gets the event loop flowing.
Is there a known root cause or fix for this issue in the works?
Sample code below:
The text was updated successfully, but these errors were encountered: