Comment by satvikpendem
1 year ago
Ah I see, you are using the LWW (last write wins) strategy. That's useful for some scenarios although not all. How did you implement that portion as well?
1 year ago
Ah I see, you are using the LWW (last write wins) strategy. That's useful for some scenarios although not all. How did you implement that portion as well?
Take a look at the Sync and Merge section of the readme [1]. I tried to explain it in details.
[1] https://github.com/computing-den/unforget?tab=readme-ov-file...