elvin
Results
1
comments of
elvin
I have a problem with libp2p-mdns (https://github.com/libp2p/js-libp2p/blob/master/examples/discovery-mechanisms/2.js) ` const MulticastDNS=require('libp2p-mdns'); peerDiscovery:[ new MulticastDNS({ interval: 2000 }) ] ` throw new Error('needs own PeerId to work') I checked on github the...