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

fixed server streaming

parent 0e1f5279
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,7 @@ namespace Grpc.Core.Internal ...@@ -181,6 +181,7 @@ namespace Grpc.Core.Internal
{ {
started = true; started = true;
halfcloseRequested = true; halfcloseRequested = true;
halfclosed = true; // halfclose not confirmed yet, but it will be once finishedHandler is called.
this.readObserver = readObserver; this.readObserver = readObserver;
......
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