You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
Per libp2p/js-libp2p-websocket-star#61 (comment) it would be helpful if Listener.listen would support an array of multiaddrs. Since libp2p is likely to have multiple addresses for a single transport, enabling that transport to better control all it's listeners internally, including the proposed accept/reject additions libp2p/interface-transport#39, would make using the transports simpler.
The text was updated successfully, but these errors were encountered:
daviddias
changed the title
Listener.listen should support an array of multiaddrs
[transport] Listener.listen should support an array of multiaddrs
Feb 5, 2020
This is no longer needed at the transport level. The new libp2p TransportManager (as of v0.27) will create a listener for each multiaddr and manage the listeners accordingly. This keeps the complexity out of the transports.
Per libp2p/js-libp2p-websocket-star#61 (comment) it would be helpful if
Listener.listen
would support an array of multiaddrs. Since libp2p is likely to have multiple addresses for a single transport, enabling that transport to better control all it's listeners internally, including the proposed accept/reject additions libp2p/interface-transport#39, would make using the transports simpler.The text was updated successfully, but these errors were encountered: