grpc.io icon indicating copy to clipboard operation
grpc.io copied to clipboard

Asynchronous-API tutorial issue

Open NazaretRJ opened this issue 2 years ago • 1 comments

On the part of the Async Server code. It is not clear what function it is used. The part is: ServerContext context; HelloRequest request; ServerAsyncResponseWriter<HelloReply> responder; service.RequestSayHello(&context, &request, &responder, &cq, &cq, (void*)1);

If I search for the HelloRequest request; It is not found on the greater_async_server.cc

I think the code has changed and the documentation is out of date. Please take a look.

NazaretRJ avatar Dec 12 '23 15:12 NazaretRJ

@veblush @temawi Could you please check if our docs are out of date?

I'm not sure who the owner is for this tutorial: https://grpc.io/docs/languages/cpp/async/

easwars avatar Dec 27 '23 00:12 easwars