Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix task leak on config entry unload/retry (#96981)
Since the task was added to self._tasks without a `task.add_done_callback(self._tasks.remove)` each unload/retry would leak a new set of tasks
- Loading branch information