laravel-websockets icon indicating copy to clipboard operation
laravel-websockets copied to clipboard

Undefined property: stdClass::$event

Open maclonghorn opened this issue 2 years ago • 0 comments

I'm using laravel-websockets 1.13.1 as my Pusher replacement and it's receiving a message fine, but it's not actually pushing anything. I'm seeing this in the domain_supervisord_websockets.log:

1338465: exception ErrorException thrown: Undefined property: stdClass::$event.

Any ideas?

laravel-websockets: 1.13.1 pusher-php-server: 3.4.1

maclonghorn avatar Apr 11 '22 11:04 maclonghorn