grpc / grpc/grpc.io

Asynchronous-API tutorial issue

Open
#1,231 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.