-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with pusher, again #17
Comments
I'm also having this problem. I had it with another attempt at a chat system with Laravel/pusher as well. |
same issue for me - using laravel 7 and php server 7.4.4 |
Got it to work - in the enablePusher function I use
Or you could use broadcastAs() function on the events in the Eventing folder and name them as you like. Dont forget the dot. Echo config in bootstrap.js
I`m using https://github.com/beyondcode/laravel-websockets |
The same problem here: How to make the demo work? |
I follow the above instruction horaceho@0e99f41 and re-run the demo.
Pusher is connected:
However, new message only shows up after manual refresh page (pressing Cmd-R, 1 & 2 are shown), the new message (e.g. enter 3 and click Send) does not show up in own window:
or remote window:
Any suggestion?
Originally posted by @horaceho in #15 (comment)
The text was updated successfully, but these errors were encountered: