Update 'safe multimerge'
parent
c7cbb3bbd6
commit
fefc82656c
@ -37,10 +37,9 @@ sequenceDiagram
|
||||
Server --) Bob: update data
|
||||
end
|
||||
note left of Server: now Hello, cruel world!
|
||||
Note over Server, Alice: syncronized data: Bye, cruel world!
|
||||
Note over Server, Alice: synchronized data: Bye, cruel world!
|
||||
|
||||
```
|
||||
|
||||
Note that update data pushes from the server are send asynchronously and in the case the party got "merge required" answer the rendundant notification could be trashed by the server, this is a RC based issue, so each "merge required" and "update data" has identification data to avoid repeating updates/megres.
|
||||
Note that the `update data` push from the server is send asynchronously and in the case the party got "merge required" answer the rendundant notification could be trashed by the server, this is a RC based issue, so each "merge required" and "update data" has identification data to avoid repeating updates/megres.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user