mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
aquatic_ws_load_test: fix multiple issues with implementation
This commit is contained in:
parent
5523c87634
commit
9f445c7c03
3 changed files with 88 additions and 148 deletions
|
|
@ -260,7 +260,8 @@ impl InMessage {
|
|||
}
|
||||
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
#[serde(untagged)]
|
||||
pub enum OutMessage {
|
||||
AnnounceResponse(AnnounceResponse),
|
||||
ScrapeResponse(ScrapeResponse),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue