pusher / pusher-http-php

PHP library for interacting with the Pusher Channels HTTP API
https://pusher.com/docs/server_api_guide
1.4k stars 306 forks source link

Echo.listen not working in pusher-php-server 7.2.1 #356

Closed dobosbalazs closed 1 year ago

dobosbalazs commented 1 year ago

Hi!

Im using:

Anyone knows what could be the problem?

Thank you!

benw-pusher commented 1 year ago

This is an issue with Laravel Websockets, there is a fix discussed https://github.com/beyondcode/laravel-websockets/pull/1046. Our Pusher libraries are designed for compatibility with the official Pusher Channels service and we cannot guarantee compatibility with third party replacements such as Laravel Websockets.

dobosbalazs commented 1 year ago

Oh okey, thank you!