You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zhiyuan-Amos
changed the title
Synchronization: Ensure multiple same synchronizations don't crash
Client Synchronization: Ensure multiple same synchronizations don't crash
Dec 5, 2021
If synchronization occurs multiple times, then the same data will be CUD. This can lead to errors if not handled well. Let's:
To prevent race conditions with local CUD. local CUD should be disallowed when synchronization is running.
The text was updated successfully, but these errors were encountered: