Update 'safe multimerge'

Sergey Chernov 2023-06-21 10:53:30 +00:00
parent c7cbb3bbd6
commit fefc82656c

@ -37,10 +37,9 @@ sequenceDiagram
Server --) Bob: update data Server --) Bob: update data
end end
note left of Server: now Hello, cruel world! 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 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.
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.