mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Merge pull request #184 from greatest-ape/greatest-ape-patch-1
ws: fix thread name issue
This commit is contained in:
commit
4074074bde
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
|
||||||
})
|
})
|
||||||
.context("spawn swarm worker")?;
|
.context("spawn swarm worker")?;
|
||||||
|
|
||||||
join_handles.push((WorkerType::Socket(i), handle));
|
join_handles.push((WorkerType::Swarm(i), handle));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "prometheus")]
|
#[cfg(feature = "prometheus")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue