libp2p / js-libp2p

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

fix: webrtc hook cleanup #2455

Closed achingbrain closed 4 months ago

achingbrain commented 4 months ago

Since 0.5.5 node-datachannel cleans up C++ event listeners on connection close so require that version as a minimum and remove forced test exit.

Change checklist