Function connect_async_with_config

Source
pub async fn connect_async_with_config(
    addr: &str,
    client_config: Option<ClientConfig>,
) -> Result
Expand description

Same as connect_async, with an additional argument for custom websocket connection configurations.