dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.66k stars 1.06k forks source link

[System.Threading.RateLimiting] Request Leaky Bucket rate limiter #41714

Closed Balder1840 closed 3 months ago

Balder1840 commented 3 months ago

When exploring System.Threading.RateLimiting, I can see FixedWindowRateLimiter, SlidingWindowRateLimiter and TokenBucketRateLimiter. Can you please provide the built-in rate limiter for leaky bucket as well? Thanks.

dotnet-issue-labeler[bot] commented 3 months ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

dotnet-issue-labeler[bot] commented 3 months ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

Balder1840 commented 3 months ago

I think it's not the right place to raise the issue