TaskManager: use a dictionary instead of a set to store tasks

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-05 21:27:49 -07:00
parent 3824da7261
commit 9cc498b1fa
2 changed files with 10 additions and 7 deletions

View File

@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `TaskManager` that was causing dangling tasks to be reported.
- Fixed an issue that could cause data to be sent to the transports when they
were still not ready.