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

Closed
wants to merge 3 commits into 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.

@jvigliotta jvigliotta changed the base branch from v5.3.0-release-candidate-3 to release/5.3.0 November 22, 2024 00:22
Copy link

sonarcloud bot commented Nov 22, 2024

@jvigliotta
Copy link
Collaborator Author

Squash merged

@jvigliotta jvigliotta closed this Nov 22, 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