Implement RateLimiter.GetStatistics()
cristipufu opened this issue · 4 comments
cristipufu commented
public override RateLimiterStatistics? GetStatistics()
{
throw new NotImplementedException();
}
cristipufu commented
Implemented for Concurrency Rate Limiter: ba9d9b7
kamilslusarczyk commented
Hey,
Is there any work in progress around this topic? Are there any plans to put it in place?
Cheers,
Kamil
kamilslusarczyk commented
Have you reopened this issue due to problems with merged PR's code?
cristipufu commented
Have you reopened this issue due to problems with merged PR's code?
There are other strategies which don't have it implemented