ymlisoft opened a new issue, #11567: URL: https://github.com/apache/dubbo/issues/11567
### Environment * Dubbo version: 3.1.6 * Operating System version: win10 * Java version: 11 ### Steps to reproduce this issue 1. 调用dubbo接口时如果参数为null,则抛出NPE异常,调用失败 ``` Service service = consumerManager.getReference(Service.class); DubboResp dubboResp = service.call(argu1, argu2); ``` 如argu1或argu2为null,则抛出异常 org.apache.dubbo.rpc.protocol.tri.ReflectionPackableMethod$WrapRequestPack  -- 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.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