diff --git a/changelog/4183.fixed.md b/changelog/4183.fixed.md new file mode 100644 index 000000000..a1f5ad4c8 --- /dev/null +++ b/changelog/4183.fixed.md @@ -0,0 +1 @@ +- Fixed a timing issue where turn detection timer tasks (idle controller, speech timeout, turn analyzer, and turn completion) could miss their first tick because the newly created asyncio task was not yet scheduled when the caller continued.