stefanprodan/AspNetCoreRateLimit

Does it support interface access control based on queues

Opened this issue · 0 comments

Hello,
would you like to know if this middleware supports interface access control strategy based onqueue? For example, allowing 5 clients to access a certain interface at the same time using a first in, first out policy, and rejecting responses when the number of clients exceeds 6。
If supported, how should I write appsettings and how to use the middleware?
Looking forward to your reply