pub async fn ws_handler(
ws: WebSocketUpgrade,
__arg1: State<Arc<AppState>>,
) -> impl IntoResponseExpand description
Axum handler that upgrades an HTTP request to a WebSocket connection.
pub async fn ws_handler(
ws: WebSocketUpgrade,
__arg1: State<Arc<AppState>>,
) -> impl IntoResponseAxum handler that upgrades an HTTP request to a WebSocket connection.