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: fix metric group timers #2789

Closed achingbrain closed 4 weeks ago

achingbrain commented 1 month ago

We need to pass the metric label as the object key, otherwise trying to stop a group timer throws.

Change checklist