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

[Sessions] Don't send Proxy Objects in a worker message #234

Open
wants to merge 2 commits into
base: v5.3.0-release-candidate-3
Choose a base branch
from

Conversation

jvigliotta
Copy link
Collaborator

Vue reactivity was leaking into an object sent as a message, which was erroring out as it's passed through Structured Clone. This fix will call toRaw on the objects before passing them through. This was only on the initial connection message, but it required a refresh for RealTime sessions to work.

Copy link

sonarcloud bot commented Nov 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant