pub async fn run_server( addr: SocketAddr, db: Arc<Spatio>, shutdown: impl Future<Output = ()> + Unpin + Send + 'static, ) -> Result<()>