Valtteri Karesto
Valtteri Karesto
Was this happening when streaming RSC? I noticed the same behaviour, here's a video of comparison between RSC and text streaming + client component: https://x.com/valtterikaresto/status/1764412056948576712 Streaming text and rendering client...
I heard that buying PTU does actually improve the performance. Although on the same sentence I also heard that GPT-4 will require a lot of PTU and pricing is suddenly...
Added prettier fixes and merged upstream
I created my own version of `streamToResponse` which is pretty much the same as the original streamToResponse but with data support. So add this function somewhere in your code: ```ts...
IIRC dpack worked for persiting the file to disk but if the file is larger than 512mb the `restoreFromFile` won't work. This mainly because of all implementations for restore rely...
We also noticed that you can write the msgpack encoded binary directly to file instead of turning it to hex before writing. This makes the msp file half the size.
Still exists
So you beat me at debugging, came here to make the exact same issue 😄
I added PR which should help with the original Next.js issue. Or that's how I fixed this earlier when I faced the same problem. If you want to try this...
> I added PR which should help with the original Next.js issue. Or that's how I fixed this earlier when I faced the same problem. If you want to try...