-
Notifications
You must be signed in to change notification settings - Fork 96
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
Wait for a full sync on startup #2372
Conversation
This avoids missing any state not included in the latest cached sync.
Possibly fixes #2348 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comments were apparently just a result of not knowing enough about cached syncs.
If you could add comments with details on this would be great.
Re-requesting review to ask for feedback on:
|
The comment makes it very clear to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes
This avoids missing any state not included in the latest cached sync.
Fixes #2359