q2186609 opened a new issue #9139: URL: https://github.com/apache/dubbo/issues/9139
### Environment * Dubbo version: 3.0.3 * Operating System version: window11 * Java version: 1.8 ### Steps to reproduce this issue 升级到3.0.3 使用 tri 协议后 有些方法 调用会出现空指针异常,有的不会  经过调试发现 org.apache.dubbo.rpc.protocol.tri.AbstractServerStream 108行 中的 this.getMethodDescriptor() 是空的  但是有些方法又可以正常被调用,在我的同一个提供者中同一个服务service下的方法 有的可以调用成功 这是什么原因导致的 -- 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]
