This commit is contained in:
as2252258@163.com
2021-03-26 01:44:57 +08:00
parent 71e92b89f0
commit 265afa6cb8
+3 -3
View File
@@ -43,9 +43,9 @@ class Consumer extends Process
{ {
$crontab = $this->channel->pop(-1); $crontab = $this->channel->pop(-1);
var_dump($crontab); go(function () use ($crontab) {
$this->dispatch($crontab);
$this->dispatch($crontab); });
$this->popChannel(); $this->popChannel();
} }