fix elastic pingpong (#5)

fix elastic pingpong not started after peer conn established
This commit is contained in:
Sijie.Sun
2024-01-30 12:58:15 +08:00
committed by GitHub
parent 118954c745
commit 003520f2b4
4 changed files with 26 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ path = "src/rpc/lib.rs"
[dependencies]
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "time"] }
tracing-appender = "0.2.3"
log = "0.4"
thiserror = "1.0"