-
Couldn't load subscription status.
- Fork 107
Labels
Description
Describe the bug
Sometimes people still experience out-of-sync scenarios when editing collaboratively, meaning that some session members don't see the changes from other session members anymore.
Current best guess is, that our recovery process doesn't work in all scenarios. We detect out-of-sync state clientwise using yjs pendingStructs.
The client then asks the server using a Yjs query and the server replies with latest saved document state and all steps since then (lastSavedVersion). But when the last saved document state on the server is from the out-of-sync client itself, it will not get resolved.
Server details:
- Nextcloud version: 32
JonathanTrefflerJonathanTreffler