TaskObserver: don't inspect on_push_frame signature for every frame

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-02 20:39:59 -07:00
parent 061f2086b2
commit d6d39fc873
2 changed files with 20 additions and 14 deletions

View File

@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue with the `TavusVideoService` where an error was thrown due to
missing transcription callbacks.
### Performance
- Fixed an issue in `TaskObserver` (a proxy to all observers) that was degrading
global performance.
## [0.0.77] - 2025-07-31
### Added