CritasWang opened a new issue, #7:
URL: https://github.com/apache/iotdb-client-rust/issues/7

   `connect_stream` applies `connect_timeout` **per resolved address**, not per 
endpoint, contradicting the doc comment ("TCP connect timeout per endpoint 
attempt"). A hostname resolving to two addresses multiplies every bound: 
measured 2.0011s for two blackhole addresses at a 1s timeout.
   
   Fix: give `connect_stream` a single total deadline across all resolved 
addresses, so the timeout bounds the endpoint attempt as documented.
   


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

Reply via email to