This commit is contained in:
2021-04-23 18:40:57 +08:00
parent 44810c1d68
commit ef2c35c4e6
+1
View File
@@ -250,6 +250,7 @@ abstract class Pool extends Component
if (!isset($this->hasCreate[$name])) {
$this->hasCreate[$name] = 0;
}
var_dump($this->hasCreate[$name] . '->' . $this->max);
return $this->hasCreate[$name] >= $this->max;
}