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

Null value saved in status.json #6

Open
camlafit opened this issue Sep 6, 2023 · 0 comments
Open

Null value saved in status.json #6

camlafit opened this issue Sep 6, 2023 · 0 comments

Comments

@camlafit
Copy link

camlafit commented Sep 6, 2023

In some case null is stored in status.json and raise some warning.

I presume a race condition with php8. In this case file_get_contents can return a null response and not false.
I propose to replace if/else test by a default settement and a check before to overwrite from file.

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

1 participant