Closed philipandag closed 1 week ago
Adds a Dial command that allows dialing a node in runtime without remembering it as a bootstrap. Turn out that swarm.dial() does not trigger the SwarmEvent::Dialing. That's why it's handling was removed.
swarm.dial()
Adds a Dial command that allows dialing a node in runtime without remembering it as a bootstrap. Turn out that
swarm.dial()
does not trigger the SwarmEvent::Dialing. That's why it's handling was removed.