Implementation assumes tranpsorts inclue a discover #829
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
status/ready
Ready to be worked
As per https://github.com/libp2p/js-libp2p/pull/802/files#diff-bfe9874d239014961b1ae4e89875a6155667db834a410aaaa2ebe3cf89820556R648 implementation makes assumption that
Transport
includes adiscovery
but that assumption is not supported by the interface definition.We should either iterate on an interface or an implementation so that assumptions made by the implementation are supported by the defined interface.
The text was updated successfully, but these errors were encountered: