openziti / dilithium

Framework for high-performance streaming over message-passing systems. High-performance WAN protocols over UDP datagrams. Implemented in golang.
Apache License 2.0
13 stars 2 forks source link

Unregister 'ctrlListener' Handlers on Metrics Shutdown #116

Closed michaelquigley closed 3 years ago

michaelquigley commented 3 years ago

We're not currently unregistering ctrlListener handlers for MetricsInstruments when Shutdown occurs.

michaelquigley commented 3 years ago

Handlers are fine. Its MetricsInstrumentInstances that need cleaned up.