mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-02-11 17:46:39 +00:00
When messages can't be sent to peer, we try to establish a send connection - this causes messages to stack up as more and more unsent messages are blocked on the dial lock. * remove dial lock * run reconnection loop in background task