libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.26k stars 436 forks source link

fix: move mplex capabilities to the factory #2597

Closed achingbrain closed 1 week ago

achingbrain commented 2 weeks ago

These should be defined on the factory not the instance, since the factory is the component.

Change checklist