Skip to content
Snippets Groups Projects
Commit 2624cfb5 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fixup

parent 9a9813bc
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,7 @@ namespace Grpc.Core.Internal ...@@ -152,6 +152,7 @@ namespace Grpc.Core.Internal
call.StartSendStatusFromServer(HandleSendStatusFromServerFinished, status, metadataArray, !initialMetadataSent); call.StartSendStatusFromServer(HandleSendStatusFromServerFinished, status, metadataArray, !initialMetadataSent);
} }
halfcloseRequested = true; halfcloseRequested = true;
initialMetadataSent = true;
sendStatusFromServerTcs = new TaskCompletionSource<object>(); sendStatusFromServerTcs = new TaskCompletionSource<object>();
return sendStatusFromServerTcs.Task; return sendStatusFromServerTcs.Task;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment