From ea7324b2ba71807dd51ea4fd8a4b4455086f7483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 27 Mar 2026 19:03:55 -0700 Subject: [PATCH] Add changelog for #4183 --- changelog/4183.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4183.fixed.md 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.