Skip to content
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

Open
joedevivo opened this issue Apr 5, 2016 · 3 comments
Open

client needs to be able to stream responses #57

joedevivo opened this issue Apr 5, 2016 · 3 comments

Comments

@joedevivo
Copy link
Owner

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

@tony612
Copy link
Contributor

tony612 commented Sep 30, 2016

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
@tsloughter
Copy link
Collaborator

I'm finally working on this.

Thinking about just doing the interface the same as the server, with callbacks.

@tsloughter
Copy link
Collaborator

Should be fixed in #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants