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

feat(console): use http batch streams #7051

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

skyrpex
Copy link
Contributor

@skyrpex skyrpex commented Aug 26, 2024

The HTTP batch stream links in TRPC can resolve individually as soon as their responses finished streaming, making the batch stream faster than a normal batch.

The HTTP batch stream links in TRPC can resolve individually as soon as their responses finished streaming, making the batch stream faster than a normal batch.
Copy link

Thanks for opening this pull request! 🎉
Please consult the contributing guidelines for details on how to contribute to this project.
If you need any assistance, don't hesitate to ping the relevant owner over Discord.

Topic Owner
Wing SDK and standard library @chriscbr
Wing Console @skyrpex
Wing compiler and language design @chriscbr
VSCode extension and language server @chriscbr
Wing CLI @chriscbr
Documentation @boyney123
Examples @boyney123
Wing Playground @skyrpex

@monadabot
Copy link
Contributor

Console preview environment is available at https://wing-console-pr-7051.fly.dev 🚀

Last Updated (UTC) 2024-08-26 15:09

Copy link
Contributor

mergify bot commented Aug 26, 2024

Thanks for contributing, @skyrpex! This PR will now be added to the merge queue, or immediately merged if use-trpc-http-batch-stream-link is up-to-date with main and the queue is empty.

@mergify mergify bot merged commit d11a8a0 into main Aug 26, 2024
15 checks passed
@mergify mergify bot deleted the use-trpc-http-batch-stream-link branch August 26, 2024 17:04
@monadabot
Copy link
Contributor

Congrats! 🚀 This was released in Wing 0.83.5.

false: httpBatchLink({
url: trpcUrl,
}),
false: unstable_httpBatchStreamLink({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

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.

4 participants