Skip to content

The streaming request will only return the result once on the flutter web platform。 #926

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

Closed
stormdzh opened this issue May 12, 2023 · 2 comments
Labels
package:http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@stormdzh
Copy link

The streaming request will only return the result once on the flutter web platform, and cannot return the result of a single word, but it can return a single result on android and ios. Is it because the streaming request on the web side does not support returning words one by one?

@stormdzh stormdzh added package:http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels May 12, 2023
@Josecodesalot
Copy link

Meaning that your stream is returning the entire say... sentence at once, rather than word by word?

On Web this seems to be a bug.

@brianquinlan
Copy link
Collaborator

I'm not sure what you mean, but BrowerClient now supports streaming response. Please reopen the issue (with additional details) if that is not the problem that you identified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants