❔ Injecting rate limiter instance into other services in ASP.NET 7
Hey, does anyone know if it's possible to inject the rate limiter instance into other services in my WebApplication.
I have registered my TokenBucketLimiter in my program.cs file and would like to access the instance in another service so i could see how many tokens are left and replenish them.
1 Reply
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.