fix memory leak in closing connections

This commit is contained in:
Noa Aarts 2024-10-19 14:05:37 +02:00
parent b0d74880dd
commit de3248c3c6
Signed by: noa
GPG key ID: 1850932741EFF672
7 changed files with 98 additions and 42 deletions

View file

@ -8,7 +8,9 @@ async-trait = "0.1.83"
atoi_radix10 = "0.0.1"
bytes = "1.6.0"
chrono = "0.4.38"
debug_print = "1.0.0"
image = "0.25.2"
rand = "*"
tokio = { version = "1.38", features = ["full"] }
tokio-test = "*"