laravel / echo

Laravel Echo library for beautiful Pusher and Ably integration.
https://laravel.com/docs/broadcasting#client-side-installation
MIT License
1.18k stars 182 forks source link

#listenToAll for NullConnector #366

Closed luniki closed 1 year ago

luniki commented 1 year ago

Description:

While https://github.com/laravel/echo/pull/315 added support for #listenToAll for the PusherConnector, this functionality is missing in the NullConnector resulting in a echo.private(…).listenToAll is not a function.

In my project the connection to Pusher is optional so I have to use the NullConnector in that case.

Steps To Reproduce:

driesvints commented 1 year ago

Thanks, you sent in a PR so let's see how it goes.