pub async fn ws_handler( ws: WebSocketUpgrade, __arg1: State<Arc<WsState>>, ) -> Response
WebSocket upgrade handler.