Skip to content

Conversation

@gaearon
Copy link
Collaborator

@gaearon gaearon commented Nov 24, 2016

There are a few different issues:

  • Updates result in unnecessary duplicate placements because it can't find the current fiber for continuations.
  • When run together, coroutine update and unmounting tests appear to lock down in an infinite loop. They don't freeze in isolation.

I don't have a solution for this but just leaving it for future fixes.

]);
});

it('should unmount a composite in a coroutine', () => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This one is from #8406 as is

There are a few different issues:

* Updates result in unnecessary duplicate placements because it can't find the current fiber for continuations.
* When run together, coroutine update and unmounting tests appear to lock down in an infinite loop. They don't freeze in isolation.

I don't have a solution for this but just leaving it for future fixes.
@sebmarkbage
Copy link
Collaborator

I think we already landed this.

@gaearon gaearon deleted the coroutines-bugs branch February 22, 2017 21:41
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.

3 participants