ruiwang04 commented on issue #1413: servicecomb有类似dubbo泛化调用的功能吗,如果有的话怎么使用呢 URL: https://github.com/apache/servicecomb-java-chassis/issues/1413#issuecomment-558887721 > 你服务端的接口是采用RPC方式定义的吗?并且接口包含大于等于2个参数? RPC模式有点特殊,多个参数从契约上包装成了一个参数。 服务端是rpc方式定义的,一个参数,两个参数的方法都有定义, #1363这个问题我也看过,也是用map传的参,但是同一个方法体类多次用InvokerUtils.syncInvoke调用的话发现有个问题,有参数的方法第一次调用没问题,后续调用就会报错了,上面也把报错贴出来了,同一个方法体内无参数调用多次是没问题的
---------------------------------------------------------------- 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
