pub async fn start_server<P: AsRef<Path> + Send + 'static>( path: P, addr: &str, shutdown_rx: Receiver<()>, ) -> Result<(), Box<dyn Error>>