fix: socket connections/closing

you can no longer crash the entire server by connection to the socket 8 times
This commit is contained in:
trisua 2025-04-28 21:22:20 -04:00
parent 3a12c0ee6c
commit c1c8cdbfcd
5 changed files with 147 additions and 164 deletions

View file

@ -34,3 +34,4 @@ mime_guess = "2.0.5"
cf-turnstile = "0.2.0"
contrasted = "0.1.2"
futures-util = "0.3.31"
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }