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

grpc-js: Report error when no message received for unary response #2102

Merged

Conversation

murgatroid99
Copy link
Member

@murgatroid99 murgatroid99 commented Apr 19, 2022

For unary and client streaming requests, the client expects to get exactly one response message. We already report an error when the client receives more than one message. This change adds an error when the client receives 0 messages.

This addresses #2065 and #2101.

@murgatroid99 murgatroid99 merged commit 028047f into grpc:@grpc/grpc-js@1.6.x Apr 20, 2022
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.

None yet

1 participant