diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index e0b03b96..a33028b4 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -142,4 +142,5 @@ Notifier * Handler is a normal PHP class which is invokable * `messenger:message_hander` tag in config * Autowire with `MessageHandlerInterface` -* What if it takes 20 seconds to send a message? Uses asyncronus +* What if it takes 20 seconds to send a message? Use asynchronous. +* Transports as middleware (needs sender, receiver, configurable with DSN, encode/decode)