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.