-
-
Notifications
You must be signed in to change notification settings - Fork 164
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 or unexcepted usage with the thread pool #270
Labels
Comments
andywer
added a commit
that referenced
this issue
Jun 26, 2020
Fixes #270. When you subscribed to a task's completion too late, it might have been resolved already, but the newly created promise would not know that and stay in a pending state forever.
(The PR's tests are failing right now, because the error handling needs to be tweaked, but you should be able to check if that solves your particular issue) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To make it works as expected, I need to keep the
Promise
manuallyThe text was updated successfully, but these errors were encountered: