Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible race condition during mkdir #6

Closed
garando opened this issue May 31, 2018 · 1 comment
Closed

Possible race condition during mkdir #6

garando opened this issue May 31, 2018 · 1 comment

Comments

@garando
Copy link

garando commented May 31, 2018

I've got error mkdir(): File exists in Lock.php:98 inside one of my webhooks. It seems that there was a race condition in that place, as suggested in https://stackoverflow.com/a/25219407/2652797

rairlie added a commit that referenced this issue Jun 1, 2018
@rairlie
Copy link
Owner

rairlie commented Jun 1, 2018

Thanks - I've now fixed this to ignore the warning if the dir already exists.

@rairlie rairlie closed this as completed Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants