Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
processors(frame_processors): add a try/except when cancelling tasks
This seems necessary because of how pytest works. If a task is cancelled, pytest will know the task has been cancelled even if # `asyncio.CancelledError` is handled internally in the task.
- Loading branch information