Merge pull request #3718 from pipecat-ai/filipi/bot_started_speaking

Fixing an issue in RTVI where we were sometimes receiving bot output messages before the bot started speaking.
This commit is contained in:
Filipi da Silva Fuchter
2026-02-12 16:31:14 -05:00
committed by GitHub
2 changed files with 21 additions and 3 deletions

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

@@ -0,0 +1 @@
- Fixed a race condition in `RTVIObserver` where bot output messages could be sent before the bot-started-speaking event.