pub async fn try_connect_forever(
    quic_client: &Client,
    addr: SocketAddr,
    name: &str
) -> (SendStream, RecvStream)