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.
pub async fn connect_async_with_config(
addr: &str,
client_config: Option<ClientConfig>,
) -> Result
Same as connect_async, with an additional argument for custom websocket connection configurations.