ツ
❔ 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.
2 replies