-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate changes when syncing and detaching (#896)
This commit addresses the issue of duplicate changes being inserted when PushPull and Detach occur simultaneously. Previously, there was logic to filter out duplicate changes in PushPull, but during Detach, ClientInfo's Checkpoint was set to 0, preventing the filtering of duplicates. This commit adjusts the order of updates to filter out duplicate changes before updating ClientInfo's Checkpoint, resolving the problem.
- Loading branch information
1 parent
23b3662
commit db1b28a
Showing
3 changed files
with
76 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters