This commit is contained in:
2020-10-09 17:25:57 +08:00
parent 8c2e375a1f
commit bb56cdb96b
3 changed files with 364 additions and 369 deletions
-3
View File
@@ -73,9 +73,6 @@ class Consumer
}
$process->start();
$this->isRunning = true;
if ($isBlock) {
\Amp\run();
}
}
// }}}