Function accept_async_with_config

Source
pub async fn accept_async_with_config(
    stream: SocketFlowStream,
    config: Option<WebSocketConfig>,
) -> Result
Expand description

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