pub async fn spawn( rx: Receiver<String>, url: String, peering_tx: Sender<SyncRequest>, ) -> Result<Infallible>