libp2p / js-libp2p

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

fix: use keep-alive as a tag prefix #2757

Closed achingbrain closed 1 month ago

achingbrain commented 1 month ago

To prevent components removing each other's keep-alive tag, treat it as a prefix.

Change checklist