issues
search
ably-forks
/
laravel-echo
Laravel Echo library for beautiful Pusher and Ably integration.
https://laravel.com/docs/broadcasting#client-side-installation
MIT License
12
stars
4
forks
source link
Fix clientId mismatch on login
#38
Closed
sacOO7
closed
4 months ago
sacOO7
commented
4 months ago
Fixed
https://github.com/ably/laravel-broadcaster/issues/45
Fixed a bug - If multiple instances of
echo
used in same app, it would cause new instance to use
authorize
supplied by first instance.
echo
used in same app, it would cause new instance to useauthorize
supplied by first instance.