eee
This commit is contained in:
+1
-1
@@ -206,7 +206,7 @@ class Connection extends Component
|
||||
}
|
||||
|
||||
[$client, $time] = $data;
|
||||
if ((time() - $time) < $this->idle_time) {
|
||||
if ((time() - $time) < $this->idle_time && $this->canUse($client)) {
|
||||
return $client;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user