-
Notifications
You must be signed in to change notification settings - Fork 69
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
client needs to be able to stream responses #57
Comments
Any progress for this issue? |
tony612
added a commit
to tony612/chatterbox
that referenced
this issue
Oct 1, 2016
It’s a very simple implement. Check other issues: joedevivo#57 joedevivo#73
I'm finally working on this. Thinking about just doing the interface the same as the server, with callbacks. |
Should be fixed in #127 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now all the responses are pretty much based on waiting for the whole response and an end_stream flag. #55 introduces the ability to set a callback module send partial bodies, but on the client side we have no way of consuming data that way. Ideally we should be able to, even if for no other reason than to adequately test #55
The text was updated successfully, but these errors were encountered: