Flow:
Three devices: A, B and C
- A and B are online
- A creates Object and goes offline
- C goes online
- B posts a change to the Object
C receives Diff from B but there is no original Object since A is offline
Solution:
- create new object on C from the Diff received from B
- eventually A will go online and the state will be restored
Not clear what to do if A is lost - still discussing 🤔
Flow:
Three devices: A, B and C
C receives Diff from B but there is no original Object since A is offline
Solution:
Not clear what to do if A is lost - still discussing 🤔