Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Messenger] PreventStopWorkerOnSignalsListener::$signals to be assigned to null in caseSIGTERM constant doesn't exist#50532
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…igned to null in case `SIGTERM` constant doesn't exist
carsonbot commentedJun 1, 2023
Hey! Thanks for your PR. You are targeting branch "6.4" but it seems your PR description refers to branch "6.3". Cheers! Carsonbot |
fabpot commentedJun 2, 2023
Thank you@alexandre-daubois. |
shyim commentedJun 12, 2023
Can we have a patch version for this fix? This seems to break our Symfony Project in dev-mode as EventDataCollector constructs the listener and then this bug is triggered. |
alexandre-daubois commentedJun 12, 2023
@shyim I guess this will come in 6.3.1, to be released by the end of the month |
tinect commentedJun 12, 2023
Is a more short-term release possible? |
Prevents the non-nullable property to be assigned to null 🙂