Open Atizaz1 opened 6 years ago
I have the thame problem, the chat messages are not showing without refresh. I can't see where the problem is.
i have the same problem,any help?
I downloaded this file. But still have to refresh :( And don't get any answer to anywhere. Did you get anyone this solution?
make sure you set BROADCAST_DRIVER=pusher
in your laravel .env
i overlooked this and it caused me a bit of pain
check your private channel which may not be active.
Hi, I also faced this issued before, please double check all the files and inspect your page when you click sent is there any error? Please kindly check the event class , "class MessageSent implements ShouldBroadcast", my mistake were create event but did not add implements ShouldBroadcast.