laravel-throttle-simultaneous-requests
laravel-throttle-simultaneous-requests copied to clipboard
Middleware not working
This project has some bugs, the most glaring of which is that the terminate call will use a fresh Middleware instance where the cache signature is not set and so the counter will never decrease. For now I've implemented my own solution, inspired by your code, but wanted to give you and others looking at this repo a heads-up :)