Dmitrii Levchenko
Dmitrii Levchenko
Leak happens on project where we detach HTML elements from controller before it is destroyed and elem.on('$destroy'...) is not called, but $scope.on('$destroy'...) works
Fix issue in RedisTokenBucketRateLimiter similar to https://github.com/cristipufu/aspnetcore-redis-rate-limiting/issues/61 The current implementation always returns TimeSpan.Zero for [RateLimiter.IdleDuration](https://learn.microsoft.com/en-us/dotnet/api/system.threading.ratelimiting.ratelimiter.idleduration?view=aspnetcore-7.0#system-threading-ratelimiting-ratelimiter-idleduration). When using a partitioned rate limiter this means the rate limiters created for the partitions...