chaoyoung commented on issue #12855:
URL: https://github.com/apache/dubbo/issues/12855#issuecomment-1676977739

   > 
   interface定义由proto文件编译生成:
   <img width="1212" alt="image" 
src="https://github.com/apache/dubbo/assets/34986990/f5091284-7be0-454f-af60-2d89a2ef8d65";>
   
   Debug:
   <img width="1919" alt="image" 
src="https://github.com/apache/dubbo/assets/34986990/ac631de7-24b6-4516-9918-838a6d723743";>
   <img width="1078" alt="image" 
src="https://github.com/apache/dubbo/assets/34986990/08b77ebb-b46d-49c6-abc4-188ef1a4433b";>
   
   
这里的MethodDescriptor实现类是StubMethodDescriptor,这个类中的getMethod()方法返回null,导致了NPE问题。请问如何修复。
   


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