Merge pull request #3567 from pipecat-ai/filipi/openai_realtime_audio_duration

Fixed race condition in OpenAIRealtimeBetaLLMService
This commit is contained in:
Filipi da Silva Fuchter
2026-01-27 05:30:33 -05:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

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

@@ -0,0 +1 @@
- Fixed race condition in `OpenAIRealtimeBetaLLMService` that could cause an error when truncating the conversation.