libp2p / js-libp2p-webrtc-star

libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star
https://libp2p.io
Other
320 stars 96 forks source link

feat: adds transportTag to maConn #293

Closed HexaField closed 3 years ago

HexaField commented 3 years ago

Adds transportTag parameter to maConn passed to upgrader to create Connection.

To adhere to https://github.com/libp2p/js-libp2p/pull/854 to solve https://github.com/libp2p/js-libp2p/issues/838

jacobheun commented 3 years ago

Closing this until https://github.com/libp2p/js-libp2p-interfaces/pull/79 is resolved as it's a dependency of this.