WIP: aquatic_ws: add half-crappy load test, fix infinite loop bug

This commit is contained in:
Joakim Frostegård 2020-08-01 03:35:00 +02:00
parent c7be84a61e
commit a5108f813d
17 changed files with 821 additions and 10 deletions

View file

@ -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"