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
Thank you for your work at first!
Trying to use the package, faced an issue with authentication of private channel using two drivers needs authentication: pusher + redis.
At first, we should call validAuthenticationResponse withing all the drivers in use (both) and then use that driver in auth method.
Also I found that there is no any test.
I suggest to use WeakMap to memo the current request to driver map.
I can implement that, but it needs PHP 8.0 as minimum.
I think it's time to bump versions of laravel broadcaster dependency + php version + add tests.
Then we can bump a major version of the package.
What do you think?
The text was updated successfully, but these errors were encountered:
We're going to migrate from Laravel Echo Server using redis connection driver to Soketi (Pusher-compatible).
But we have several frontends using it. Trying to do a smooth migration.
I have a little draft. Want to write some tests at first.
Hi!
Thank you for your work at first!
Trying to use the package, faced an issue with authentication of private channel using two drivers needs authentication: pusher + redis.
At first, we should call
validAuthenticationResponse
withing all the drivers in use (both) and then use that driver inauth
method.Also I found that there is no any test.
I suggest to use WeakMap to memo the current request to driver map.
I can implement that, but it needs PHP 8.0 as minimum.
I think it's time to bump versions of laravel broadcaster dependency + php version + add tests.
Then we can bump a major version of the package.
What do you think?
The text was updated successfully, but these errors were encountered: