Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asynchronous-API tutorial issue #1231

Open
NazaretRJ opened this issue Dec 12, 2023 · 1 comment
Open

Asynchronous-API tutorial issue #1231

NazaretRJ opened this issue Dec 12, 2023 · 1 comment

Comments

@NazaretRJ
Copy link

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.

@easwars
Copy link
Contributor

easwars commented Dec 27, 2023

@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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants