laravel-idempotency icon indicating copy to clipboard operation
laravel-idempotency copied to clipboard

Laravel Idempotency Middleware

Results 2 laravel-idempotency issues
Sort by recently updated
recently updated
newest added

https://github.com/javidalpe/laravel-idempotency/blob/c40b126e4156f0b422ae0167142856bc3eceefda/src/Idempotency.php#L31-L37 ^ This does not look concurrency safe. I.e. multiple requests at once with same request id will actually execute it twice. I wanted to understand if you think that...

After upgrading to Laravel 5.7, I'm getting a Serialization of Closure not allowed on a ton of my requests. The error went away when I disabled this middleware. Help!