Skip to content

fix: add missing exception handler to YRoom instantiation in get_room#143

Merged
davidbrochart merged 2 commits into
y-crdt:mainfrom
mengxh113:fix/exception-handler-in-get_room
Jun 1, 2026
Merged

fix: add missing exception handler to YRoom instantiation in get_room#143
davidbrochart merged 2 commits into
y-crdt:mainfrom
mengxh113:fix/exception-handler-in-get_room

Conversation

@mengxh113
Copy link
Copy Markdown
Contributor

Problem

get_room creates YRoom without passing exception_handler, causing exceptions to be unhandled.

Changes

Add exception_handler=self.exception_handler to YRoom instantiation.

@davidbrochart davidbrochart added the enhancement New feature or request label Jun 1, 2026
@davidbrochart davidbrochart merged commit 82c67d6 into y-crdt:main Jun 1, 2026
20 checks passed
@davidbrochart
Copy link
Copy Markdown
Contributor

Thanks @mengxh113!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants