-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
User name changes in collaborative mode with no authentication #13432
Comments
@davidbrochart do you think it is linked to the websocket for the global awareness to be reopened? |
I don't think so, because it still happens after y-crdt/ypy-websocket#42. |
Also, it happens even when no document is opened. |
I think I didn't get your question, it could be linked to the global awareness yes. |
Actually, it is the backend which sends the new name on |
It only happens when launching |
@davidbrochart, jupyter-server/jupyter_server#1076 was merged and released in jp-server v2.0.0rc5. |
Closing as fixed by jupyter-server/jupyter_server#1076. |
Yes, it is fixed. |
Description
In JupyterLab
master
branch, with collaborative mode enabled, the name of the anonymous user periodically changes.Reproduce
master
branch.jupyter lab --dev-mode --collaborative
.Expected behavior
The user name should not change.
The text was updated successfully, but these errors were encountered: