Conversation
Contributor
size-limit report 📦
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: f5acb22 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
830ccfb to
2c6134b
Compare
Contributor
Author
|
Ok, I think this is finally in a good state to get some review eyes on. Lukas and I have talked about it fairly extensively though so I'm hoping it's fairly straightforward 🤞 |
1egoman
commented
Apr 13, 2026
lukasIO
reviewed
Apr 13, 2026
…he value This allows users to manually define a conforming object shape themselves.
We came up with some fairly good improvements which I think make the schema stuff less annoying and more homogeneous on both ends.
…lizer as it is only called in one spot
b3548ab to
5f48e20
Compare
Contributor
Author
|
(rebased on top of latest |
Contributor
Author
|
@lukasIO I believe all the comments we had both left should be addressed - any concerns with merging this as is? If not, can you give me a ✅ ? |
lukasIO
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
A prototype of a new
useRpchook aiming to simplify both sending and responding to rpc messages.A snapshot build was published on npm, run the below to give it a shot locally:
Example usage:
Here's the server end:
And the client end:
Todo
livekit-clientdependency to be a version which contains the changes in Move over serializer implementation from components-js client-sdk-js#1885 to get the ci build to pass