fix: socket connections/closing
you can no longer crash the entire server by connection to the socket 8 times
This commit is contained in:
parent
3a12c0ee6c
commit
c1c8cdbfcd
5 changed files with 147 additions and 164 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue