TwilioFrameSerializer: Handle user hanging up before the serializer

This commit is contained in:
Mark Backman
2025-07-04 09:42:16 -07:00
parent 20d6bf267a
commit f9e8748a96
2 changed files with 25 additions and 1 deletions

View File

@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added call hang-up error handling in `TwilioFrameSerializer`, which handles
the case where the user has hung up before the `TwilioFrameSerializer` hangs
up the call.
### Performance
- Remove unncessary push task in each `FrameProcessor`.