You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
feed.ready(function(){// we use the discovery as the topicswarm.join(feed.discoveryKey)swarm.on('connection',function(connection){console.log('(New peer connected!)')// We use the pump module instead of stream.pipe(otherStream)// as it does stream error handling, so we do not have to do that// manually.// See below for more detail on how this work.pump(connection,feed.replicate({live: true}),connection)})})
The text was updated successfully, but these errors were encountered:
How to replicate hypercore, like discovery-swarm
The text was updated successfully, but these errors were encountered: