Z Yn created THRIFT-5722: ---------------------------- Summary: Thrift for Rust should support set timeout Key: THRIFT-5722 URL: https://issues.apache.org/jira/browse/THRIFT-5722 Project: Thrift Issue Type: Bug Components: Rust - Library Affects Versions: 0.18.1 Reporter: Z Yn
There is no way to set timeout in Rust Client. TimedOut error kind exits. It comes from std::io::ErrorKind::TimedOut https://docs.rs/thrift/0.17.0/src/thrift/errors.rs.html#361-376 -- This message was sent by Atlassian Jira (v8.20.10#820010)