pub async fn ws_handler(
ws: WebSocketUpgrade,
__arg1: State<AppState>,
__arg2: Path<u64>,
identity: Option<Extension<Identity>>,
) -> impl IntoResponseExpand description
WebSocket upgrade handler.
pub async fn ws_handler(
ws: WebSocketUpgrade,
__arg1: State<AppState>,
__arg2: Path<u64>,
identity: Option<Extension<Identity>>,
) -> impl IntoResponseWebSocket upgrade handler.