diff options
author | Hongyu Chen <hongyu@google.com> | 2015-08-24 10:59:48 -0700 |
---|---|---|
committer | Hongyu Chen <hongyu@google.com> | 2015-08-24 10:59:48 -0700 |
commit | 4473e52311604c27c94994509e4a6322cd0571dc (patch) | |
tree | fac0c7830939cf1aaad95a148f6ea5d1909793fc /src/csharp/Grpc.IntegrationTesting/InteropServer.cs | |
parent | e09dc78e74f481dd06bf2f9ea643026f5e94bb5b (diff) | |
parent | 04715888e60c6195a2c1d9d6b31f7a82f0d717e2 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/InteropServer.cs')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting/InteropServer.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/InteropServer.cs b/src/csharp/Grpc.IntegrationTesting/InteropServer.cs index 504fd11857..0cc8b2cde1 100644 --- a/src/csharp/Grpc.IntegrationTesting/InteropServer.cs +++ b/src/csharp/Grpc.IntegrationTesting/InteropServer.cs @@ -107,8 +107,6 @@ namespace Grpc.IntegrationTesting server.Start(); server.ShutdownTask.Wait(); - - GrpcEnvironment.Shutdown(); } private static ServerOptions ParseArguments(string[] args) |