libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.github.io/js-libp2p/
Other
2.33k stars 446 forks source link

[feature request]: Support changing transports at runtime #172

Closed mkg20001 closed 2 years ago

mkg20001 commented 6 years ago

Type: feature

Severity: low

Description: Support changing transports at runtime

It would be great if there would be some non-hacky way to change the transports in the switch.

For example a module using DI that requires a transport that is not currently present in the switch could add it just in time

achingbrain commented 2 years ago

Closing due to staleness - if this is still a piece of functionality that would be useful to have please open a new issue.