Replies: 4 comments
-
The same |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any update on this, because this is a Bun problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try setting Compression messes with streaming |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this issue related - #4154? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, we had implemented streaming for our AI service, and everything was working fine. The version of Hono was
4.3.4
, and the Bun version was1.1.34
. The implementation was very simple using streamText. We were sending pieces of the response from the AI, and everything worked as expected.However, now, after a month without any library switch or code change, it no longer streams the response but instead sends it all together before closing the stream. We spent a lot of time debugging, but everything seems to be structured well. Has anyone experienced something similar?
Beta Was this translation helpful? Give feedback.
All reactions