From c4466ba67876904a9901479a13d2331e30300257 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Thu, 26 Mar 2026 10:58:57 -0300 Subject: [PATCH] Adding changelog for the InterruptibleTTSService race condition fix --- changelog/4145.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4145.fixed.md diff --git a/changelog/4145.fixed.md b/changelog/4145.fixed.md new file mode 100644 index 000000000..831e1fcd7 --- /dev/null +++ b/changelog/4145.fixed.md @@ -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. \ No newline at end of file