PhilYue commented on PR #475: URL: https://github.com/apache/dubbo-go-pixiu/pull/475#issuecomment-1237625439
> **What this PR does**: timeout for pixiu **Which issue(s) this PR fixes**: > > Fixes #431 **Special notes for your reviewer**: 对于http2http&https 使用直接在client req中添加timeout的方式 对于htp2grpc 和 http2triple 使用在ctx中添加timeout的方式实现超时 对于http2dubbo 使用在dubbo请求添加超时的方式,使用了 timeout_config --> request_timeout: 1ns 实现,我看这个字段还没有被使用  完善中。。。 **Does this PR introduce a user-facing change?**: yes ,需要在config下添加超时条件,例如 timeout :1ns  > > ``` > > ``` -- 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]
