pub async fn take_upgraded<S>(raw_stream: S) -> WebSocketStream<S>
Expand description
Take an already upgraded websocket connection
Useful for when using [hyper] or [warp] or any other HTTP server
pub async fn take_upgraded<S>(raw_stream: S) -> WebSocketStream<S>
Take an already upgraded websocket connection
Useful for when using [hyper] or [warp] or any other HTTP server