threadfly commented on code in PR #495:
URL: https://github.com/apache/incubator-brpc/pull/495#discussion_r893478472


##########
src/brpc/thrift_message.h:
##########
@@ -252,6 +273,34 @@ void ThriftStub::CallMethod(const char* method_name,
     }
 }
 
-} // namespace brpc
+template <typename REQUEST>
+void ThriftStub::CallMethod(const char* method_name,
+                                Controller* cntl,
+                                const REQUEST* raw_request,
+                                ::google::protobuf::Closure* done) {

Review Comment:
   这个还有下文吗?能支持thrift多参数的情况嘛



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to