zbchi opened a new pull request, #3064: URL: https://github.com/apache/dubbo-go/pull/3064
**Fix:** Replace `panic` with a logged internal error in `compatUnaryServerInterceptor`, when a service returns `(nil, nil)` or a non-*RPCResult type. ### Why this is needed Previously, such invalid responses caused the server goroutine to panic. This change ensures the error is properly logged and returned to the client instead Related to #3008 -- 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]
