transports(base): allow registering event handlers without decorators

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-25 11:23:19 -07:00
parent 4d606aefb3
commit 64f5119b08
2 changed files with 10 additions and 6 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Transports now allow you to register event handlers without decorators.
### Changed
- `StartFrame` is now a control frame similar to `EndFrame`.