pub async fn send_ping<S>(stream: S) -> Result<(S, Duration)> where
    S: AsyncRead + AsyncWrite + Unpin
Expand description

Sends a ping and waits for the pong.