pub async fn handle_ws_connection<S>( rt: Arc<Mutex<Runtime<S>>>, aid: AgentId, ws_config: WsConfig, out_tx: Sender<Events>, ) -> Result<()>where S: Db + 'static,