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

Delay continuations when promises may be involved #3202

Merged
merged 2 commits into from
Aug 22, 2016
Merged

Conversation

Marsup
Copy link
Contributor

@Marsup Marsup commented Jun 13, 2016

Fixes #3073.

It's important with promises that anything callback-style be called on next tick, otherwise any error will be caught into the promise. I might have missed places where it would happen, happy to complete the PR if you can think of any.

@devinivy
Copy link
Member

Really glad this doesn't break any tests.

@nlf
Copy link
Member

nlf commented Jun 16, 2016

do we have a way to test this? blah blah preventing regressions and all that

@Marsup
Copy link
Contributor Author

Marsup commented Jun 16, 2016

Adding the original issue's code probably. I don't have time currently but you can complete my PR.

@Marsup Marsup force-pushed the detach-promises branch from 1dffb40 to 83b3a09 Compare July 25, 2016 22:59
@hueniverse hueniverse self-assigned this Aug 22, 2016
@hueniverse hueniverse added this to the 15.0.0 milestone Aug 22, 2016
@hueniverse hueniverse merged commit f8b58ea into master Aug 22, 2016
@hueniverse hueniverse deleted the detach-promises branch August 22, 2016 08:07
hueniverse added a commit that referenced this pull request Aug 26, 2016
@hueniverse hueniverse removed this from the 15.0.0 milestone Aug 26, 2016
@hueniverse
Copy link
Contributor

This has been reverted until it is fully figured out.

@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug or defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handlers and Lifecycle hooks lose domain binding
4 participants