pub async fn websocket_handler(
ws: WebSocketUpgrade,
__arg1: State<SharedState>,
) -> impl IntoResponseExpand description
WebSocket upgrade entry point. Mounted on /api/websocket.
pub async fn websocket_handler(
ws: WebSocketUpgrade,
__arg1: State<SharedState>,
) -> impl IntoResponseWebSocket upgrade entry point. Mounted on /api/websocket.