This commit is contained in:
2021-02-20 13:22:46 +08:00
parent a2bdc564bc
commit 9a83643878
+1 -1
View File
@@ -130,7 +130,7 @@ abstract class Pool extends Component
return;
}
if ($this->creates === 0) {
if ($this->creates === -1) {
$this->creates = Timer::tick(1000, [$this, 'Heartbeat_detection']);
}