services: ignore yielded None values

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-31 23:41:03 -07:00
parent 27a09c0b2c
commit faf41c0b36
2 changed files with 8 additions and 4 deletions

View File

@@ -26,6 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue in `AIService` that would cause a yielded `None` value to be
processed.
- RTVI's `bot-ready` message is now sent when the RTVI pipeline is ready and
a first participant joins.