Skip to content
Discussion options

You must be logged in to vote

The behavior in this regard can be considered identical to that of ProseMirror's official collab plugin, and all of the discussion on discuss.prosemirror.net about offline editing should apply.

Generally speaking, the longer the histories diverge the higher the likelihood an update may get dropped and/or the document structure will diverge from user intention.

As an example if client B spends a lot of time editing inside a paragraph that client A deleted an hour ago, client B will not know this until it receives the commits made by client A. The system will "work" but the user will have lost their edits. When clients are kept up-to-date more frequently the risk is minimized and humans can…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by etclub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants