-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Messenger] Example missing parts? #12680
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
Comments
Thank you for this issue. |
Just a quick reminder to make a comment on this. If I don't hear anything I'll close this. |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
Needs to be re-opened - example code is still non-sensical. Specifically missing (but called) $this->connection and $this->findCustomStamp() |
Thank you for this issue. |
Example is still indeed gibberish - missing variables (e.g. $yourEnvelope) and missing methods as per previous comments. We need an anti-Carsonbot bot. |
Thank you for this issue. |
Resolve thyself, Carson. |
The text passage above the code fragment in the documentation describes a scenario whereby we're needing to bridge the gap between a legacy system which provides orders as a CSV file, and an application where we're dispatching Does this code match that scenario? I don't have enough in-depth knowledge to know where there is a mismatch between the scenario and the code, or if indeed there is a way to achieve the scenario with the given code (e.g. if there's a CSV-reading Transport that could be used for the |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I was looking at an example in the messenger documentation (Your own receiver):
https://symfony.com/doc/current/components/messenger.html#your-own-receiver
Messenger's concepts are new to me, and I know that code examples are sometimes partial, but there's too many bits missing for me to make sense of it.
Specifically $yourEnvelope, $this->connection and $this->findCustomStamp are never initialised, and $filePath is never used, all of which leaves me a bit confused when trying to figure out what's going on :)
The text was updated successfully, but these errors were encountered: