mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
WIP: aquatic_ws: add half-crappy load test, fix infinite loop bug
This commit is contained in:
parent
c7be84a61e
commit
a5108f813d
17 changed files with 821 additions and 10 deletions
|
|
@ -17,6 +17,7 @@ path = "src/bin/main.rs"
|
|||
anyhow = "1"
|
||||
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
|
||||
aquatic_common = { path = "../aquatic_common" }
|
||||
aquatic_ws_protocol = { path = "../aquatic_ws_protocol" }
|
||||
crossbeam-channel = "0.4"
|
||||
either = "1"
|
||||
hashbrown = { version = "0.8", features = ["serde"] }
|
||||
|
|
@ -29,7 +30,6 @@ parking_lot = "0.11"
|
|||
privdrop = "0.3"
|
||||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
socket2 = { version = "0.3", features = ["reuseport"] }
|
||||
simplelog = "0.8"
|
||||
tungstenite = "0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue