use uvloop as the new event loop on Linux and macOS

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-28 19:23:50 -07:00
parent 2395ca0057
commit fb66df2efd
3 changed files with 23 additions and 2 deletions

View File

@@ -43,6 +43,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed `WebsocketClientTransport` to use `FrameProcessorSetup.task_manager`
instead of `StartFrame.task_manager`.
### Performance
- Use `uvloop` as the new event loop on Linux and macOS systems.
## [0.0.68] - 2025-05-28
### Added