This commit is contained in:
2020-09-04 19:12:49 +08:00
parent 075861fdad
commit f27aa22de1
+1
View File
@@ -193,6 +193,7 @@ class Connection extends Pool
}
unset($client);
$this->info('client has create :' . ($this->hasCreate[$coroutineName] ?? 0));
if (($this->hasCreate[$coroutineName] ?? 0) >= $this->max) {
[$time, $client] = $this->get($coroutineName, -1);