pub async fn check_port(ip_addr: SocketAddr, timeout: Duration) -> bool
Expand description
Spin-waiting a socket address is available, or timeout. Returns whether the addr is up.
pub async fn check_port(ip_addr: SocketAddr, timeout: Duration) -> bool
Spin-waiting a socket address is available, or timeout. Returns whether the addr is up.