mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
ws: further refactor of swarm worker to improve readability
This commit is contained in:
parent
e6e663761c
commit
f050467c2a
2 changed files with 236 additions and 186 deletions
|
|
@ -57,7 +57,7 @@ pub struct AnnounceRequest {
|
|||
pub answer_offer_id: Option<OfferId>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum AnnounceEvent {
|
||||
Started,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue