transports(daily): send transport messages in a task

We queue transport messages and send them in a task to avoid potential hangs by
sending urgent transport messages from a transport event handler.
This commit is contained in:
Aleix Conchillo Flaqué
2024-10-14 16:19:53 -07:00
parent 96bfcc3dca
commit 7b9712daad
2 changed files with 30 additions and 2 deletions

View File

@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`filter_code` to filter code from text and `filter_tables` to filter tables
from text.
### Fixed
- Fixed an issue in Daily transport that would cause tasks to be hanging if
urgent transport messages were being sent from a transport event handler.
## [0.0.43] - 2024-10-10
### Added