Closed joehand closed 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.
.join
this._adding
swarm.join()
name, opts, cb
name
All set!
Pass the callback of
.join
from discovery-channel. Required changing the internal state management ofthis._adding
, used to queueswarm.join()
calls until ready, to queue withname, opts, cb
instead of justname
.All set!