wwbmmm commented on issue #2055:
URL: 
https://github.com/apache/incubator-brpc/issues/2055#issuecomment-1363580219

   是否可以改为
   
   ```cpp
   virtual SubCall Map(int channel_index/*starting from 0*/,
                           int /*channel_count*/,
                           const google::protobuf::MethodDescriptor* method,
                           const google::protobuf::Message* request,
                           google::protobuf::Message* response) {
       return Map(channel_index, method, request, response);
   }
   ```
   
   兼容一下现有代码


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