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

Realm::convert()'s check for unuploaded changes is incorrect #7966

Open
sync-by-unito bot opened this issue Aug 7, 2024 · 1 comment
Open

Realm::convert()'s check for unuploaded changes is incorrect #7966

sync-by-unito bot opened this issue Aug 7, 2024 · 1 comment
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Aug 7, 2024

no_pending_local_changes() checks if there are any untrimmed changesets of local origin, not if there's any unuploaded changesets. Changesets continue to be stored locally after they are uploaded for merging purposes until the server tells us that they are no longer needed, which doesn't always happen at the same time as the upload is acknowledged.

Copy link
Author

sync-by-unito bot commented Aug 7, 2024

➤ PM Bot commented:

Jira ticket: RCORE-2232

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant