Skip to main content

connect

Function connect 

Source
fn connect(
    url: &'static str,
    attempts: u64,
) -> BoxFuture<'static, (u64, Result<WsClient>)>