yashisrani opened a new pull request, #3622: URL: https://github.com/apache/dubbo-go/pull/3622
### Description Fixes a bug in `Dubbo3Invoker` where `time.ParseDuration` errors for `KeepAliveInterval` and `KeepAliveTimeout` configuration were silently discarded. Invalid duration strings (e.g., `"30sec"`) would silently zero out the keepalive values, leading to hard-to-debug connection behavior. Now the invoker checks the parse error, logs a warning with the invalid value, and falls back to the URL-param-derived default when parsing fails. Fixes #3621 ### Checklist - [x] I confirm the target branch is `develop` - [x] Code has passed local testing - [] I have added tests that prove my fix is effective or that my feature works -- 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]
