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
Remove re-subscription logic in scaling mode (#346)
This logic was originally introduced in #251 due to the use of createLazyClient().
Since it was replaced with createClient() in #281, it is no longer needed.
Check if channel variable isn't null when passed as a filter on chann…
…els() method in ArrayChannelManager (#292)
Co-authored-by: Joe Dixon <[email protected]>
Bugfix for PR 275 - omit socket-id if null (#280)
* Omit the socket_id key from the payload, unless a socket_id exists
* Update EventDispatcher.php
---------
Co-authored-by: Taylor Otwell <[email protected]>