-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Messenger] Added an implementation to the TransportInterface #12340
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
[Messenger] Added an implementation to the TransportInterface #12340
Conversation
b9a7fde
to
57b7da2
Compare
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.
I like the balance between a simplified, real-ish example and linking to the core code
Thank you for the feedback. PR is updated |
@Nyholm thanks a lot for this contribution! Should this be merged in 4.3 or 4.4? Thanks. |
I just checked. We can merge this into 4.3. |
be6af0e
to
e1c669b
Compare
Nice addition Tobias! It's merged (in 4.3) now. |
…rface (Nyholm) This PR was submitted for the master branch but it was squashed and merged into the 4.3 branch instead (closes #12340). Discussion ---------- [Messenger] Added an implementation to the TransportInterface This will fix #12230 This is basically a much simpler `DoctrineTransport` with easy query builders and no real error handling. Commits ------- e1c669b [Messenger] Added an implementation to the TransportInterface
Thank you for merging. |
@Nyholm Thanks a lot for |
This will fix #12230
This is basically a much simpler
DoctrineTransport
with easy query builders and no real error handling.