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] Remove the "obscure" message subscriber configuration#28294
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
[Messenger] Remove the "obscure" message subscriber configuration#28294
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabpot commentedAug 29, 2018
Thank you@sroze. |
…nfiguration (sroze)This PR was merged into the 4.2-dev branch.Discussion----------[Messenger] Remove the "obscure" message subscriber configuration| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | yes| Deprecations? | no| Tests pass? | yes| Fixed tickets | ø| License | MIT| Doc PR | øAs described in#28275, all of the configuration can be done using yield and that we could remove the support for other ways (especially the obscure return `[['method', -10]]` syntax) as I believe this would clarify the configuration a lot.Commits-------cf2ad86 Remove the "obscure" message subscriber configuration
javiereguiluz commentedSep 7, 2018
I've createdsymfony/symfony-docs#10278 to document this new feature. Please, don't forget to create a doc issue for every new feature. The Messenger component docs are not great yet, so I don't know if this was documented and we need to change it or it was never documented and need to add it. Thanks! |
As described in#28275, all of the configuration can be done using yield and that we could remove the support for other ways (especially the obscure return
[['method', -10]]syntax) as I believe this would clarify the configuration a lot.