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
While #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:
The text was updated successfully, but these errors were encountered:
luniki
pushed a commit
to luniki/laravel-echo
that referenced
this issue
Jan 17, 2023
Description:
While #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:
The text was updated successfully, but these errors were encountered: