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.
pub async fn accept_async_with_config(
stream: SocketFlowStream,
config: Option<WebSocketConfig>,
) -> Result
Same as accept_async, with an additional argument for custom websocket connection configurations.