From 31b6a6f237f5dfe7f7ee73ca134965ccb23dec37 Mon Sep 17 00:00:00 2001 From: lla-dane Date: Fri, 27 Jun 2025 14:33:49 +0530 Subject: [PATCH] todo/bounded nursery in identify-push --- libp2p/identity/identify_push/identify_push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/identity/identify_push/identify_push.py b/libp2p/identity/identify_push/identify_push.py index 914264ed..77a65187 100644 --- a/libp2p/identity/identify_push/identify_push.py +++ b/libp2p/identity/identify_push/identify_push.py @@ -190,4 +190,4 @@ async def push_identify_to_peers( # limiting concurrent connections to 10 async with trio.open_nursery() as nursery: for peer_id in peer_ids: - nursery.start_soon(push_identify_to_peer, host, peer_id, observed_multiaddr) + nursery.start_soon(limited_push, peer_id)