Adding changelog for the InterruptibleTTSService race condition fix

This commit is contained in:
filipi87
2026-03-26 10:58:57 -03:00
parent df602b900d
commit c4466ba678

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

@@ -0,0 +1 @@
- Fixed a race condition in `InterruptibleTTSService` where, if `run_tts` had been invoked but `BotStartedSpeakingFrame` had not yet been received, a user interruption could allow stale audio to leak through.