Add changelog for #4183

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-27 19:03:55 -07:00
parent 52ed7137af
commit ea7324b2ba

1
changelog/4183.fixed.md Normal file
View File

@@ -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.