-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use buffered IO to enable streaming responses, and implement flush component #802
Conversation
The So, there is likely a need for a streaming version of the |
This makes sense to me, it took a minute for me to understand what the point was, but I get it now. I think this needs thorough docs, not just around how to use it, but when and why you would use it with examples. |
You read my mind on the non-flushable streams error, I was going to ask about that. |
Fixes #207
Resolves #458
See #781 (reply in thread) for discussion