You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Notifier transport factories are redefining the class constructor, but aren't passing the HttpClient nor the EventDispatcher.
As a result, those transports are not providing Notifier event hooks.
I think they should in order to act the same as other.
MercureTransportFactory
FakeSmsTransportFactory
FakeChatTransportFactory
How to reproduce
Use FakeSms bridge, and add an event listener on MessageEvent::class.