Skip to content

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Sep 24, 2020

Fixes #1048

Canceling ResponseStream.MoveNext would cancel locally but not send cancellation to the server. Grpc.Core does send cancellation to the server so this makes grpc-dotnet consistent.

@JamesNK JamesNK requested a review from JunTaoLuo September 24, 2020 09:28
@JamesNK JamesNK merged commit a2918b0 into grpc:master Sep 24, 2020
@JamesNK JamesNK deleted the jamesnk/movenext-cancellation branch September 24, 2020 19:57
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.

Client-side deadlock on cancellation of clientStreamingCall.ResponseStream.MoveNext in duplex streaming call

2 participants