Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: catch errors when reconnecting old peers (#1352)
Since we don't wait for successful reconnection to existing peers, the peerstore can be closed while we're accessing it since we might be shut down right after we've started up, e.g. during test runs so just log any reconnect errors instead of throwing.
- Loading branch information