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

Raise on recv canceled #29

Closed
wants to merge 2 commits into from
Closed

Raise on recv canceled #29

wants to merge 2 commits into from

Conversation

nitely
Copy link
Owner

@nitely nitely commented Oct 17, 2024

recvBody returns empty when the stream is canceled in between checking stream.recvEnded and await recvBody. If there is some other await before recvBody.

This makes things consistent, and user can do while true until the stream is canceled or it ends.

But if streams ends with trailers or empty data, this will raise a closed queue error, mmmh

@nitely nitely closed this Oct 17, 2024
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

Successfully merging this pull request may close these issues.

1 participant