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

refactor: Handle case account data arrives before put request finishes #2032

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

krille-chan
Copy link
Contributor

@krille-chan krille-chan commented Feb 13, 2025

closes #2028

final syncFuture = onSync.stream
.where(
(syncUpdate) =>
syncUpdate.accountData?.any((data) => data.type == type) ?? false,
Copy link
Member

Choose a reason for hiding this comment

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

this only checks the type while the previous version for checking for the exact data, also not clear how this fixes the original issue 🤔

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

Successfully merging this pull request may close these issues.

Do not use Client.oneShotSync in SSSS and bootstrap
2 participants