DailyTransport: added synchronous on_before_disconnect event

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-17 09:18:58 -07:00
parent a698c4064b
commit 492da16cc9
2 changed files with 17 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `on_before_disconnect` synchronous event to `DailyTransport`.
- It is now possible to register synchronous event handlers. By default, all
event handlers are executed in a separate task. However, in some cases we want
to guarantee order of execution, for example, executing something before