From 2236910dfa4b35158167fa185411602a8da2cd26 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 9 Oct 2019 06:41:40 -0400 Subject: better client reconnect handling make sure we always use the reconnect timer, even in cases where we successfully log in before the connection gets dropped, and use exponential backoff for reconnect attempts --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b58e558..0ac207e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ clap = "2" crossterm = "0.11" futures = "0.1" mio = "0.6" +rand = "0.7" snafu = { version = "0.5", features = ["futures-01"] } tokio = "0.1" tokio-pty-process = "0.4" -- cgit v1.2.3-54-g00ecf