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

Work around a Scheduler bug #16391

Closed
wants to merge 2 commits into from
Closed

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Aug 14, 2019

  • Comments out the broken cancellation logic until we figure out why.
  • Fixes copy paste mistakes.

Follow-up to #16145 which introduced them.

@sizebot
Copy link

sizebot commented Aug 14, 2019

No significant bundle size changes to report.

Generated by 🚫 dangerJS

@@ -406,7 +406,8 @@ if (
};

cancelHostCallback = function() {
scheduledHostCallback = null;
// TODO: Uncomment when we know why this breaks www.
// scheduledHostCallback = null;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not comfortable with this. This line wasn't added in the PR and there are other semantic changes in that PR but it was supposed to be an observational only change. The change also doesn't seem to be fully encapsulated behind the feature flag.

E.g. I don't understand this behavior change: a34ca7b#diff-603a307ec39e05daabd1c651dc2ffb15R407

I should've reviewed more carefully.

@gaearon
Copy link
Collaborator Author

gaearon commented Aug 14, 2019

This actually looks insufficient. The first problem went away but I found another one (a freeze). Let's revert.

@gaearon gaearon closed this Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants