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
Previously, we would never call the CancelFunc that is returned on
`WithCancelOnQuiesce` that we do for each token bucket request. This
would result in accumulation of CancelFuncs in the stopper, leading to
a memory leak, which would only be plugged on the server shutdown. This
is now fixed.
Release note: None
0 commit comments