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.
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: