Further tweaks re: retiry

This commit is contained in:
Luke Parker
2023-10-14 19:55:14 -04:00
parent 3b3fdd104b
commit e4adaa8947
3 changed files with 18 additions and 8 deletions

View File

@@ -450,6 +450,7 @@ pub async fn handle_p2p_task<D: Db, P: P2p>(
let (send, mut recv) = mpsc::unbounded_channel();
channels.write().await.insert(genesis, send);
// Per-Tributary P2P message handler
tokio::spawn({
let p2p = p2p.clone();
async move {