transports: fix premature input transport closing

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-04 10:56:57 -08:00
parent c31d5a4f1a
commit 5b6d9a1050
3 changed files with 25 additions and 11 deletions

View File

@@ -43,6 +43,10 @@ async def on_audio_data(processor, audio, sample_rate, num_channels):
### Fixed
- Fixed a `DailyTransport` and `LiveKitTransport` issue where connections were
being closed in the input transport prematurely. This was causing frames
queued inside the pipeline being discarded.
- Fixed an issue in `DailyTransport` that would cause some internal callbacks to
not be executed.