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