pub async fn ws_oneshot_handler(
ws: WebSocketUpgrade,
__arg1: State<AppState>,
) -> impl IntoResponseExpand description
One-shot WebSocket execution (no session required).
pub async fn ws_oneshot_handler(
ws: WebSocketUpgrade,
__arg1: State<AppState>,
) -> impl IntoResponseOne-shot WebSocket execution (no session required).