improve reconnect logic

This commit is contained in:
2025-12-30 18:33:42 -05:00
parent 6a5e3e2b24
commit a3aeff1d6f
9 changed files with 342 additions and 50 deletions

View File

@@ -6,5 +6,7 @@ edition = "2021"
[dependencies]
anyhow = { workspace = true }
api = { path = "../../api" }
env_logger = { workspace = true }
log = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "signal"] }
tokio-util = { workspace = true }