libp2p / js-libp2p-interfaces

Contains test suites and interfaces you can use to implement the various components of js libp2p.
Other
75 stars 28 forks source link

fix: removed connection methods #356 #417

Open mmsaki opened 1 year ago

mmsaki commented 1 year ago

the muxers should be ultimately responsible for managing streams as opposed to the connections themselves

achingbrain commented 1 year ago

Thanks for opening this, but we're about to archive this repo as the modules here will be added to the libp2p monorepo.

Could you please open a new PR against js-libp2p?