Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Broadcasting not working with laravel/framework v6.11.0 (released 2020-01-14) #477

Closed
litan1106 opened this issue Jan 14, 2020 · 6 comments · Fixed by laravel/framework#31261

Comments

@litan1106
Copy link

litan1106 commented Jan 14, 2020

Broadcasting not working with v6.11.0. I had to reverted back to laravel/framework 6.10.1

v6.11.0 (2020-01-14)

Added
Added Illuminate\Database\Eloquent\Builder::firstWhere() method (#31089)
Redis Broadcaster: Broadcast to multiple channels at once (#31108)

@josiasmontag
Copy link
Contributor

Which Redis server version are you running?
Do you see the Events when you are running PSUBSCRIBE * in the Redis console?

@litan1106
Copy link
Author

litan1106 commented Jan 16, 2020

Which Redis server version are you running?

Redis server v=5.0.7 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=fbc6fab733127977

Do you see the Events when you are running PSUBSCRIBE * in the Redis console?

I couldn't find PSUBSCRIBE in redis-cli monitor

@timoschwarzer
Copy link

I can confirm this. Reverting laravel/framework#31108 fixes the problem. Investigating...

@timoschwarzer
Copy link

Found the issue. Submitting PR...

@timoschwarzer
Copy link

Fixed in laravel/framework#31261

@litan1106
Copy link
Author

litan1106 commented Jan 28, 2020

NVM. It fixed in laravel/framework v6.13
Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants