Fix: prevent an aura manager deadlock

This commit is contained in:
Luke D. Jones
2024-12-18 10:33:14 +13:00
parent ccdc576319
commit c05c8ba648
6 changed files with 554 additions and 314 deletions

View File

@@ -40,6 +40,7 @@ tokio = { version = "^1.39.0", default-features = false, features = [
"macros",
"sync",
"time",
"rt",
"rt-multi-thread",
] }
concat-idents = "^1.1"