-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Messenger] Transport not mandatory #10092
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
Conversation
Thanks Marko! I agree this is important. Instead of adding a note below, I propose to reword the introduction so we can tell about this to the reader as soon as possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small rewording, otherwise 👌
messenger.rst
Outdated
most of the AMQP brokers such as RabbitMQ. | ||
By default, messages are processed as soon as they are dispatched. If you prefer | ||
to process messages asynchronously, you must configure a transport. These | ||
transports communicate your application with queuing systems or third parties. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- communicate your application with queuing systems
+ communicate with your application via queuing systems
Thank you @kunicmarko20! |
Thank you @javiereguiluz, it is a lot better now! |
Thanks Marko. |
…reguiluz) This PR was merged into the 4.1 branch. Discussion ---------- [Messenger] Transport not mandatory After reading the documentation a few days ago I thought that async is the only way this library works, after seeing the discussion today in #general on slack, @sroze explained it. Hopefully, this will help others if they find themselves in the same problem. Commits ------- 47e275b Reword f0942d2 Reword bdbe542 Transport not mandatory
After reading the documentation a few days ago I thought that async is the only way this library works, after seeing the discussion today in #general on slack, @sroze explained it. Hopefully, this will help others if they find themselves in the same problem.