chatterbox icon indicating copy to clipboard operation
chatterbox copied to clipboard

client needs to be able to stream responses

Open joedevivo opened this issue 8 years ago • 3 comments

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

joedevivo avatar Apr 05 '16 20:04 joedevivo

Any progress for this issue?

tony612 avatar Sep 30 '16 07:09 tony612

I'm finally working on this.

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

tsloughter avatar Jun 17 '18 01:06 tsloughter

Should be fixed in #127

tsloughter avatar Jun 19 '18 19:06 tsloughter