改名
This commit is contained in:
@@ -128,6 +128,7 @@ abstract class Pool extends Component
|
|||||||
public function push($name, $client)
|
public function push($name, $client)
|
||||||
{
|
{
|
||||||
$this->_items[$name]->push([time(), $client]);
|
$this->_items[$name]->push([time(), $client]);
|
||||||
|
unset($client);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user