You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 was 1.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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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