fix(bridge): serialize iOS audio lifecycle events

This commit is contained in:
Edison Jwa
2026-05-31 22:29:38 +09:00
parent d39d6c78d2
commit c02d4e6df3
2 changed files with 75 additions and 27 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ thiserror.workspace = true
serde.workspace = true
tracing.workspace = true
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
# Android: route `tracing` output to logcat so a user can see protocol
# and audio diagnostics via `adb logcat -s chanora`. Also brings in the