pub async fn accept_async_with_config(
stream: SocketFlowStream,
config: Option<WebSocketConfig>,
) -> ResultExpand description
Same as accept_async, with an additional argument for custom websocket connection configurations.
pub async fn accept_async_with_config(
stream: SocketFlowStream,
config: Option<WebSocketConfig>,
) -> ResultSame as accept_async, with an additional argument for custom websocket connection configurations.