-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await
* feat: support listen on array * chore: fix missing deps * chore: update interface version * docs: update readme for array listen * test: use port 0 * docs: add some more jsdocs * chore: fix travis support for ip6 on linux * refactor: clean up some code
This reverts commit 5009c2c.
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
The docs for this module are just terrible. License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Jacob Heun <[email protected]>
License: MIT Signed-off-by: Jacob Heun <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Jacob Heun <[email protected]>
License: MIT Signed-off-by: Jacob Heun <[email protected]>
License: MIT Signed-off-by: Jacob Heun <[email protected]>
License: MIT Signed-off-by: Jacob Heun <[email protected]>
License: MIT Signed-off-by: Jacob Heun <[email protected]>
License: MIT Signed-off-by: Jacob Heun <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good!
I fixed the flakey tests in the interface-transport module and bumped the version for that. I also simplified the track connection event listeners and added some jsdocs.
License: MIT Signed-off-by: Jacob Heun <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* @param {Upgrader} options.upgrader | ||
*/ | ||
constructor ({ upgrader }) { | ||
assert(upgrader, 'An upgrader must be provided. See https://github.com/libp2p/interface-transport#upgrader.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The readme example has this class instantiable without any options.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doing a PR shortly for another thing, I will include that there.
Branched from #102
TODO: