Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@cirospaciari When I send a stringified json I get multiple chunks at once sometimes:
Is there a working alternative to sending ReadableStream |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I return a ReadableStream in a bun.serve server, but in the browser I always see multiple chunks at once instead of getting one by one.
Is this normal? Can I change this behavior?
Beta Was this translation helpful? Give feedback.
All reactions