Skip to content
Snippets Groups Projects
Commit 2eaf1596 authored by Craig Tiller's avatar Craig Tiller
Browse files

ACTUALLY set the server thread pool

parent a182bf12
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,8 @@ class SynchronousServer GRPC_FINAL : public grpc::testing::Server { ...@@ -88,6 +88,8 @@ class SynchronousServer GRPC_FINAL : public grpc::testing::Server {
builder.RegisterService(&service_); builder.RegisterService(&service_);
builder.SetThreadPool(&thread_pool_);
return builder.BuildAndStart(); return builder.BuildAndStart();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment