You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.ccI think the code has changed and the documentation is out of date.
Please take a look.
The text was updated successfully, but these errors were encountered: