KitwahSin commented on issue #12980: URL: https://github.com/apache/dubbo/issues/12980#issuecomment-1717047289
 // generated unary method ,use unary type // Response foo(Request) // void foo(Request,StreamObserver<Response>) 入参只有一个的时候是bi stream,但是重载的这个方法属于server stream识别也没有错;只是上边选择的方法只考虑到当size=2的时候,直接就认为只存在unary和server stream,没有考虑bi stream和server stream同时存在的情况吧? -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org