This commit is contained in:
2020-10-09 11:24:09 +08:00
parent b62848a1d3
commit 01b5a437a8
+1 -1
View File
@@ -74,7 +74,7 @@ class Consumer
$process->start(); $process->start();
$this->isRunning = true; $this->isRunning = true;
if ($isBlock) { if ($isBlock) {
\Amp\run(); // \Amp\run();
} }
} }