fix: tcp not dropped

This commit is contained in:
2022-06-09 01:29:17 +08:00
parent 33ef87557e
commit 6f03f7f6f0
2 changed files with 89 additions and 19 deletions

View File

@@ -19,6 +19,7 @@ tokio = { version = "1.17.0", features = ["io-util", "net", "time"] }
anyhow = "1.0"
thiserror = "1.0"
tokio-stream = "0.1.8"
futures = "0.3"
# Dependencies for examples and tests
[dev-dependencies]