yashisrani opened a new issue, #3621:
URL: https://github.com/apache/dubbo-go/issues/3621

   ## Description
   
   In `protocol/triple/dubbo3_invoker.go:114-116`, the `time.ParseDuration` 
errors for `KeepAliveInterval` and `KeepAliveTimeout` are silently discarded:
   
   ```go
   // TODO: handle ParseDuration error
   keepAliveInterval, _ = time.ParseDuration(tripleConf.KeepAliveInterval)
   keepAliveTimeout, _ = time.ParseDuration(tripleConf.KeepAliveTimeout)


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