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

React Native UI task queue is not being flushed when async updates come from C++ #4344

Closed
tomduncalf opened this issue Feb 14, 2022 · 1 comment
Assignees

Comments

@tomduncalf
Copy link
Contributor

tomduncalf commented Feb 14, 2022

This seems to be the cause of bugs such as #2371 and #2655, and is also affecting our ability to run flexible sync React Native integration tests, as the simulator screen requires "tapping" before the sync Promise resolves.

See #4389 for description of the issue and fix

@cristianoccazinsp
Copy link

After upgrading to 10.20.0-beta.5 from beta3, I'm seeing this more often, although not 100% sure it's related.

When running realm queries/writes in an async callback, no timeouts execute until there's some kind of interaction with the UI.

@sync-by-unito sync-by-unito bot closed this as completed Apr 28, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants