koujian opened a new issue #700: grpc迁移brpc问题
URL: https://github.com/apache/incubator-brpc/issues/700
 
 
   
grpc中根据pb文件转化的函数调用例子如下,第一个参数的类型是ClientContext*。但是brpc示例中SayHello的第一个参数是RpcController*类型,是因为protoc.exe版本的原因吗??
   ClientContext context;
     // The actual RPC.
    Status status = stub_->SayHello(&context, request, &reply);

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to