SpeechmaticsSTTService: improve exception handling and loggin

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-21 18:41:03 -07:00
parent 3abaaf80e0
commit b61846534d
2 changed files with 31 additions and 17 deletions

View File

@@ -56,6 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Added `SpeechmaticsSTTService` exception handling on connection and sending.
- Replaced `asyncio.wait_for()` for `wait_for2.wait_for()` for Python <
3.12. because of issues regarding task cancellation (i.e. cancellation is
never propagated).