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

Allow access to the status of a gRPC stream call plus allowing to await the stream end #3654

Open
EraYaN opened this issue Mar 19, 2024 · 1 comment

Comments

@EraYaN
Copy link

EraYaN commented Mar 19, 2024

Feature Description

Access to the .status field for Stream requests.

Suggested Solution (optional)

A function that can be awaited that returns say a Promise

await stream.waitForStatus();

That returns the thing that normally is on Response.status

Already existing or connected issues / PRs (optional)

No response

@EraYaN EraYaN added the feature label Mar 19, 2024
@EraYaN EraYaN changed the title Allow acces to the status of a gRPC stream call plus allowing to await the stream end. Allow access to the status of a gRPC stream call plus allowing to await the stream end Mar 19, 2024
@oleiade oleiade removed the triage label Mar 20, 2024
@oleiade oleiade removed their assignment Mar 20, 2024
@oleiade
Copy link
Member

oleiade commented Mar 20, 2024

cc @olegbespalov

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

No branches or pull requests

3 participants