Skip to content

stop_all_periodic_tasks skipping every other task #634

Closed
@mikado98765

Description

@mikado98765

It seems like the logic for stop_all_periodic_tasks in bus.py removes each task from self._periodic_tasks as it goes through the loop. But if it removes and increments each time through it would skip every other task (if the remove_task flag is true).

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions