-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It sounds like the same problem I was having and found this that solved my problem: #1041 Basically downgrade pusher server by: Regards, Dan |
Beta Was this translation helpful? Give feedback.
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