yanglimingcn commented on issue #2222:
URL: https://github.com/apache/brpc/issues/2222#issuecomment-1525503280

   服务端也是通过controller获取
       // Set/get timeout in milliseconds for the RPC call. Use
       // ChannelOptions.timeout_ms on unset.
       void set_timeout_ms(int64_t timeout_ms);
       int64_t timeout_ms() const { return _timeout_ms; }
   需要设置上FLAGS_baidu_std_protocol_deliver_timeout_ms这个flag


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