AspNetCoreRateLimit icon indicating copy to clipboard operation
AspNetCoreRateLimit copied to clipboard

Does it support interface access control based on queues

Open wangbaobaoget opened this issue 2 years ago • 0 comments
trafficstars

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

wangbaobaoget avatar Aug 18 '23 07:08 wangbaobaoget