You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[OTHER] Re-introduce a Statsd#batch method to help with compatibility with v4.x versions. #176 by @remeh
It is deprecated and will be removed in v6.x
It does not have the exact same behavior as the batch method from v4.x versions since the flush could now automatically occur while the batch block is executed if the buffer has been filled.
[BUGFIX] Safely close concurrent resources on Sender #175 by @marcotc