改名
This commit is contained in:
@@ -193,6 +193,7 @@ class Connection extends Pool
|
|||||||
}
|
}
|
||||||
|
|
||||||
unset($client);
|
unset($client);
|
||||||
|
$this->info('client has create :' . ($this->hasCreate[$coroutineName] ?? 0));
|
||||||
if (($this->hasCreate[$coroutineName] ?? 0) >= $this->max) {
|
if (($this->hasCreate[$coroutineName] ?? 0) >= $this->max) {
|
||||||
[$time, $client] = $this->get($coroutineName, -1);
|
[$time, $client] = $this->get($coroutineName, -1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user