This commit is contained in:
2020-09-05 02:09:08 +08:00
parent df1f8ff74e
commit d0c36c12f3
+1 -1
View File
@@ -125,7 +125,7 @@ abstract class Pool extends Component
public function push($name, $client)
{
$this->_items[$name]->push([time(), $client]);
$this->debug('release connect.' . $this->hasItem($name));
$this->debug('release connect.' . $this->size($name));
}