Rejoin channel notes after brief connection loss (#2930)
* [x] Re-send operations that weren't sent while disconnected * [x] Apply other clients' operations that were missed while disconnected * [x] Update collaborators that joined / left while disconnected * [x] Inform current collaborators that your peer id has changed * [x] Refresh channel buffer collaborators on server restart * [x] randomized test
This commit is contained in:
commit
d03a89ca19
24 changed files with 3960 additions and 2927 deletions
|
@ -80,6 +80,7 @@ theme = { path = "../theme" }
|
|||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
collab_ui = { path = "../collab_ui", features = ["test-support"] }
|
||||
|
||||
async-trait.workspace = true
|
||||
ctor.workspace = true
|
||||
env_logger.workspace = true
|
||||
indoc.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue