Asynchronous-API tutorial issue
Open
- Dominant language
- HTML
- Stars
- 479
- Forks
- 545
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 5
Description
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 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.
Contributor guide
Assessment
This issue has not been assessed yet.