We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877d4e7 commit 1b83001Copy full SHA for 1b83001
Simperium/src/main/java/com/simperium/client/Bucket.java
@@ -648,8 +648,10 @@ public void run() {
648
object.setGhost(ghost);
649
updateObject(object);
650
} catch (JSONException | IllegalArgumentException e) {
651
- // Could not apply patch, update from the ghost
652
- updateObjectWithGhost(ghost);
+ // Could not apply patch, queue the local client to sync the object
+ // with the local client's modifications
653
+ // https://github.com/Simperium/simperium-android/pull/202
654
+ mChannel.queueLocalChange(ghost.getSimperiumKey());
655
}
656
} else {
657
// Apply the new ghost to the unmodified local object
0 commit comments