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
Is there any way to use (server sent events) http streaming? I tried to implement it with Vapor and AsyncThrowingStream but the parent function only supports async throws; therefore no response is returned until the stream ends.
Thank you.
The text was updated successfully, but these errors were encountered:
Hey! Unfortunately right now this package only implements the fully buffered response body, but Vercel does support streaming responses so there's a clear path forward to add support in this package. I'll leave this open to track it, I have to do some investigating to see what that API looks like.
Hey @AndrewBarba ,
Is there any way to use (server sent events) http streaming? I tried to implement it with Vapor and AsyncThrowingStream but the parent function only supports async throws; therefore no response is returned until the stream ends.
Thank you.
The text was updated successfully, but these errors were encountered: