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

22.0.0 leaves read calls open if partially consumed #219

Closed
timothycoleman opened this issue Aug 18, 2022 · 0 comments · Fixed by #234
Closed

22.0.0 leaves read calls open if partially consumed #219

timothycoleman opened this issue Aug 18, 2022 · 0 comments · Fixed by #234
Assignees
Labels
bug Something isn't working gRPC

Comments

@timothycoleman
Copy link
Contributor

timothycoleman commented Aug 18, 2022

Issue a read, but dont consume all of the events. e.g. call FirstOrDefaultAsync or otherwise only enumerate some of the events before returning/throwing out of the foreach. The call remains open indefinitely. If the server is waiting to send more events to the client then the call will count towards the relatively low concurrent call limits, otherwise it will only remain open on the client, occupying some memor.

Cancelling does cause the call to end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gRPC
Projects
None yet
1 participant