|
|
@ -1,4 +1,4 @@ |
|
|
|
#region Copyright notice and license |
|
|
|
#region Copyright notice and license |
|
|
|
// Copyright 2015 gRPC authors. |
|
|
|
// Copyright 2015 gRPC authors. |
|
|
|
// |
|
|
|
// |
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
@ -21,7 +21,7 @@ using Grpc.Health.V1; |
|
|
|
|
|
|
|
|
|
|
|
namespace Grpc.HealthCheck.Tests |
|
|
|
namespace Grpc.HealthCheck.Tests |
|
|
|
{ |
|
|
|
{ |
|
|
|
private class TestResponseStreamWriter : IServerStreamWriter<HealthCheckResponse> |
|
|
|
internal class TestResponseStreamWriter : IServerStreamWriter<HealthCheckResponse> |
|
|
|
{ |
|
|
|
{ |
|
|
|
private TaskCompletionSource<HealthCheckResponse> _tcs; |
|
|
|
private TaskCompletionSource<HealthCheckResponse> _tcs; |
|
|
|
|
|
|
|
|
|
|
|