[feat] client robust against server disconnects and better logging on the client

This commit is contained in:
2024-11-10 15:45:55 +01:00
parent 89af1f9176
commit 9f8c6d3417
4 changed files with 95 additions and 84 deletions

View File

@ -19,6 +19,7 @@ lanspread-utils = { path = "../lanspread-utils" }
# external
clap = { workspace = true }
eyre = { workspace = true }
log = "0.4"
s2n-quic = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }