Function websocket_handler

Source
pub async fn websocket_handler(
    ws: WebSocketUpgrade,
    __arg1: State<Arc<WebSocketManager>>,
) -> Response
Expand description

Create WebSocket handler function for axum router