Victor Ermolaev

Results 12 comments of Victor Ermolaev

I am getting a failure with `Cargo.lock`; however, my changes do not concern it.

The error returned is ```rust SwarmEvent::OutgoingConnectionError { peer_id, // multiaddr, error: DialError::Transport(errors), .. } ``` It is **already** the case that `libp2p` fails on dialling `0.0.0.0` as shown by the...