Skip to content
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

Use WebSocket _room_id attribute directly #266

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

davidbrochart
Copy link
Collaborator

When connecting to an already opened room, the WebSocket's room is a YRoom which doesn't have a room_id.
Anyway, the room ID is the WebSocket's path, so it is equivalent to use it directly rather than from other objects where it is copied.

Copy link
Contributor

Binder 👈 Launch a Binder on branch davidbrochart/jupyter_collaboration/fix-roomid

@davidbrochart davidbrochart added the bug Something isn't working label Mar 28, 2024
@davidbrochart davidbrochart merged commit 0682d45 into jupyterlab:main Mar 28, 2024
18 of 22 checks passed
@davidbrochart davidbrochart deleted the fix-roomid branch March 28, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant