Add jitter to exponential backoff in forwarder reconnection

This commit is contained in:
Marcin Kulik
2025-06-01 22:47:36 +02:00
parent ed88e7fc36
commit 624379680a
3 changed files with 9 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ url = "2.5.0"
tokio-tungstenite = { version = "0.26.2", default-features = false, features = ["connect", "rustls-tls-native-roots"] }
rustls = { version = "0.23.26", default-features = false, features = ["aws_lc_rs"] }
tokio-util = "0.7.10"
rand = "0.9.1"
[build-dependencies]
clap = { version = "4.5.37", features = ["derive"] }