Skip to main content

auth_with_ws

Function auth_with_ws 

Source
pub fn auth_with_ws(
    ws: &mut WebSocket<MaybeTlsStream<TcpStream>>,
    options: BTreeMap<String, String>,
) -> Result<Vec<WebSocketResponse>, Error>