This commit is contained in:
2021-03-02 18:38:36 +08:00
parent 5666df1d0c
commit ad2b3a6d3e
+2 -2
View File
@@ -277,8 +277,8 @@ abstract class Pool extends Component
*/
public function clean(string $name)
{
Timer::clear($this->creates);
$this->warning('release ' . get_called_class() . ' pool...');
var_dump(Timer::clear($this->creates));
// $this->warning('release ' . get_called_class() . ' pool...');
if (!isset($this->_items[$name])) {
return;
}