Mentioning the fix in the changelog.

This commit is contained in:
Filipi Fuchter
2025-09-18 18:43:33 -03:00
parent 93a89449b8
commit 766e1948a6
2 changed files with 5 additions and 13 deletions

View File

@@ -42,6 +42,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a memory leak in `SmallWebRTCTransport`. In `aiortc`, when you receive
a `MediaStreamTrack` (audio or video), frames are produced asynchronously. If
the code never consumes these frames, they are queued in memory, causing a
memory leak.
- Fixed an issue in `AsyncAITTSService`, where `TTSTextFrames` were not being
pushed.