laravel-throttle-simultaneous-requests icon indicating copy to clipboard operation
laravel-throttle-simultaneous-requests copied to clipboard

Middleware not working

Open reneroth opened this issue 4 years ago • 0 comments

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 :)

reneroth avatar Jun 14 '21 10:06 reneroth