mafintosh / discovery-swarm

A network swarm that uses discovery-channel to find peers
MIT License
376 stars 57 forks source link

All callback to join #20

Closed joehand closed 7 years ago

joehand commented 7 years ago

Pass the callback of .join from discovery-channel. Required changing the internal state management of this._adding, used to queue swarm.join() calls until ready, to queue with name, opts, cb instead of just name.

All set!