EarthChen commented on issue #13363: URL: https://github.com/apache/dubbo/issues/13363#issuecomment-1833167524
> ## 问题 >    `ParameterizedTypeImpl`和`Class` 并没有继承关系,强转报错了 > > ## 改动+验证 > ### 单元测试 >  看这的逻辑似乎是想获取`StreamObserver<X>`里的X的类型,加个判断,如果X也带泛型,获取X本身的类型 > > ### 集成测试 > 改动前  改动后  Can you task a PR to fix it? -- 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]
