-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File in collabora opens in read-only mode for the owner #3936
Comments
Looks like a locking race condition. The first Collabora session holds the lock and did not yet release it because it didn't yet save the file. Then the second Collabora session already tries to open the still locked file and fails. We should at least investigate in how we can improve this. |
Needs investigation. The unlock should happen. |
The unlock happens. But not as fast as the user opens again that file. And since the session is currently closing, you can't just resume the edit. |
I can't reproduce this with the current master. |
Couldn't reproduce it. no log in collabora |
Test with wopi:
Actual result: file opens in read-only permissions mode
ocis_wopi_collabora log
The text was updated successfully, but these errors were encountered: