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

@ -12,7 +12,7 @@ default = ["sqlite", "redis"]
[dependencies]
pathbufd = "0.1.4"
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.8.20"
toml = "0.8.21"
tetratto-shared = { path = "../shared" }
tetratto-l10n = { path = "../l10n" }
serde_json = "1.0.140"