This commit is contained in:
2021-02-24 14:34:47 +08:00
parent 71e7b67230
commit 7cab596457
-2
View File
@@ -77,12 +77,10 @@ class ObjectPool extends \Snowflake\Abstracts\Pool
/**
* @throws ComponentException
* 清理等待回收的对象
*/
public function destruct()
{
$this->warning('destruct object...');
if (empty($this->_waitRecover)) {
return;
}