Feature Request
Crates
tonic
Motivation
Implement timeout controls in the TLS connection process to prevent the client from getting stuck due to the server becoming unresponsive while handling TLS.
Proposal
Add a timeout field in the ClientTlsConfig struct, and impl timeout control in TlsConnector::connect.