I want that the GRPC server only processes a single request. At the moment I run:
... std::unique_ptr server(builder.BuildAndStart()); server-