Replies: 1 comment
-
RFC: #697 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m working on keeping my server in sync with the client. One challenge I’m facing is handling deleted data on the server. Since the server doesn’t return deleted items, Store5 doesn’t automatically detect them, which leaves stale records on the client.
Here are the approaches I’m considering:
However, I’m unsure of the best way to approach this and whether Store5 has a built-in or recommended strategy for handling deletions.
Questions:
Would love to hear thoughts, experiences, or alternative approaches! Conflict resolution strategies in sync systems are tricky, and I want to avoid reinventing the wheel.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions