Connect peers independently.
authorArik Sosman <git@arik.io>
Mon, 28 Aug 2023 21:40:35 +0000 (14:40 -0700)
committerArik Sosman <git@arik.io>
Wed, 6 Sep 2023 23:23:26 +0000 (16:23 -0700)
Previously, we wouldn't start monitoring the gossip data until all
intended peers had either failed or succeeded to connect.

Instead, we're now spawn each peer connection independently, and only
await the first 5 successful peer connections.


No differences found