Fixed an issue in BaseOpenAILLMService that could cause the pipeline to freeze under certain race conditions.

This commit is contained in:
Filipi Fuchter
2025-09-23 16:23:57 -03:00
parent 0bba02028d
commit 12dcc87030
3 changed files with 114 additions and 5 deletions

View File

@@ -102,6 +102,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue in BaseOpenAILLMService that could cause the pipeline to freeze
under certain race conditions.
- Fixed a `BaseOutputTransport` issue that could produce large saved
`AudioBufferProcessor` files when using an audio mixer.