-
Notifications
You must be signed in to change notification settings - Fork 273
Collaboration when websockets disable overides content #456
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
Comments
An interesting solution would be to use a proxy server that accepts long-polling and connects to HocusPocus via Websockets (this way we don't need to change HocusPocus and / or rely on them merging the changes). That's what @AntoLC will investigate in the next few weeks. |
6 tasks
Will be taken care of with #486 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Problematic behavior
A user that blocks websockets that is working on a collaborative documents will overide the other user content (or his content will get erased) when refreshing the page.
This is an issue because the user without websockets saves automatically in the Django data base.
Expected behavior/code
I shouldn't overide content when collaborating.
Steps to Reproduce
Environment
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: