|
Hey out there, maybe someone can help me. It seems like websocket-server is running well, just the part of Laravel pushing Events to sockets driving me crazy... Thanks for your help! |
|
Hey out there, maybe someone can help me. It seems like websocket-server is running well, just the part of Laravel pushing Events to sockets driving me crazy... Thanks for your help! |
It sounds like the same problem I was having and found this that solved my problem: #1041
Basically downgrade pusher server by:
composer require pusher/pusher-php-server:7.0.2
Regards, Dan