pull/6416/head
Jan Tattermusch 9 years ago
parent 5105056246
commit 230c93279f
  1. 1
      src/csharp/Grpc.Core.Tests/ClientServerTest.cs

@ -248,7 +248,6 @@ namespace Grpc.Core.Tests
helper.ClientStreamingHandler = new ClientStreamingServerMethod<string, string>(async (requestStream, context) =>
{
handlerStartedBarrier.SetResult(null);
// wait for cancellation to be delivered.

Loading…
Cancel
Save