Shopify / statsd-instrument

A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.
http://shopify.github.io/statsd-instrument
MIT License
570 stars 94 forks source link

Improve thread & socket handling in batched UDP sink #284

Closed wvanbergen closed 3 years ago

wvanbergen commented 3 years ago

As discussed in #280. This PR changes the batched UDP sink so that shutdown will gracefully exit the dispatcher thread, and will free resources associated with the socket.