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: server calls: Don't try to send an error on stream error #1284

Merged
merged 1 commit into from
Mar 5, 2020

Conversation

murgatroid99
Copy link
Member

I expect that this will fix #1279. We shouldn't be trying to send trailers (or anything) over a stream that is in some kind of error state.

@murgatroid99 murgatroid99 merged commit c3fc579 into grpc:master Mar 5, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Jun 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

server will shutdown, when the client shutdown.
2 participants