fixed server streaming

pull/789/head
Jan Tattermusch 10 years ago
parent 0e1f527914
commit 4788e78d10
  1. 1
      src/csharp/Grpc.Core/Internal/AsyncCall.cs

@ -181,6 +181,7 @@ namespace Grpc.Core.Internal
{
started = true;
halfcloseRequested = true;
halfclosed = true; // halfclose not confirmed yet, but it will be once finishedHandler is called.
this.readObserver = readObserver;

Loading…
Cancel
Save