Eelco
Eelco
Laravel uses a prefix and cluster name for redis events. check database.php under "redis" => options to set the correct custer and prefix. as SOKETI_ADAPTER_REDIS_PREFIX env param
unfortunately i tried somewhat the same setup, and i also do not receive messages. .env file: ``` SOKETI_ADAPTER_REDIS_PREFIX="" REDIS_PREFIX="" # used by laravel ``` I've checked if those env settings...
when i revert everything back to 'pusher' driver and also in the TestEvent $this->broadcastVia('pusher') the message comes in debug of soketi: ``` [Tue Aug 06 2024 23:23:18 GMT+0000 (Coordinated Universal...