I have a simple MVC method that returns a FileResult, and I want to limit the number of concurrents downloads to max 3 downloads at same time.
Is there a way to achieve that?
I didn't try anything because I have no idea.
I have a simple MVC method that returns a FileResult, and I want to limit the number of concurrents downloads to max 3 downloads at same time.
Is there a way to achieve that?
I didn't try anything because I have no idea.