first install eza by homebrew
brew install eza
func TestConnectOnAllAddresses(t *testing.T) { | |
s1, _ := newService(t, 1, libp2pServiceOpts{ | |
libp2pOpts: libp2p.Options{ | |
EnableQUIC: true, | |
EnableWS: true, | |
}, | |
}) | |
s2, overlay2 := newService(t, 1, libp2pServiceOpts{ |