aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-12-18 09:50:45 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-12-18 09:50:45 -0800
commit96d7c8e7c906f209052a3617a1f97ac3950bd0ba (patch)
tree5e2e1d50944945998602ad5c29355f849d789d51 /src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
parentee9d78b960f5c26181c9499412829a95fc972745 (diff)
parent3f9fe46d4df9ee3be7a4248dabad0df6f875ceb4 (diff)
Merge branch 'master' of github.com:grpc/grpc into remove_peer_from_ssl_auth_context
Diffstat (limited to 'src/csharp/Grpc.Core/Internal/AsyncCallServer.cs')
-rw-r--r--src/csharp/Grpc.Core/Internal/AsyncCallServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs b/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
index 46ca459349..0c805097f9 100644
--- a/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
+++ b/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
@@ -58,7 +58,7 @@ namespace Grpc.Core.Internal
public void Initialize(CallSafeHandle call)
{
- call.SetCompletionRegistry(environment.CompletionRegistry);
+ call.Initialize(environment.CompletionRegistry, environment.CompletionQueue);
server.AddCallReference(this);
InitializeInternal(call);