Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor 2019-07-27 14:40:31 +01:00
commit 1e65ac0d85

View File

@ -248,6 +248,7 @@ class AsyncPool{
$this->workerUsage[$this->taskWorkers[$task->getTaskId()]]--;
}
$task->removeDanglingStoredObjects();
unset($this->tasks[$task->getTaskId()]);
unset($this->taskWorkers[$task->getTaskId()]);
}