【已解决】event事件订阅多次回调

event事件多次执行 用户注册成功后,发布事件监听执行多次,这个是默认的吗,还是能自定义次数。 事件处理函数里有返回false <?php return [ 'user.register' => [ [app\event\User::class, 'register'], ], ]; Event::dispatch('user.register', $user); <...

Zory 发表与 2024-08-05 266 浏览 0 回答
求助:webman命令行工具使用redis-queue出错【已解决】

问题描述 redis服务正常,通过非命令行工具执行队列可正常消费 程序代码 protected function execute(InputInterface $input, OutputInterface $output){ $queue = 'send-email'; $data = ['to' => 'joe@gmail.com', 'content' => 'hello']; ...

Zory 发表与 2023-05-05 917 浏览 1 回答

Zory

80
积分
0
获赞数
0
粉丝数
2023-04-19 加入
×
🔝