改名
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user