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:
Max Brunsfeld 2023-09-06 15:11:21 -07:00 committed by GitHub
commit d03a89ca19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 3960 additions and 2927 deletions

View file

@ -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