From 704a0fed3a3dd9ea009168ca44818739b34f907e Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 25 Apr 2016 23:52:57 +0200 Subject: [PATCH] grpc plugin: Update to the new gRPC API. --- src/grpc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grpc.cc b/src/grpc.cc index 2f79f42d..a1abe4a2 100644 --- a/src/grpc.cc +++ b/src/grpc.cc @@ -301,7 +301,7 @@ public: } } - builder.RegisterAsyncService(&service_); + builder.RegisterService(&service_); cq_ = builder.AddCompletionQueue(); server_ = builder.BuildAndStart(); } /* Start() */ -- 2.11.0