Closed deviddev closed 2 years ago
Hey there,
Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to open up a new issue with a link to the original one and we'll gladly help you out.
Thanks!
Description:
I'm trying to dispatch (broadcast) an event from artisan command that handle redis subscriber (pub-sub). The event was passed to horizon/queue (redis) and its pending but never processed (any other jobs or broadcast are processed). If I dispatch that event "outside" from
Redis::subscribe
or inRedis::subscribe
but with implemented SholdBroadcastNow interface its processed successfully.Steps To Reproduce:
RedisSubscribeCommand.php
TestEvent.php