mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_udp: glommio: fix core affinity bug
This commit is contained in:
parent
53ccedc194
commit
7ccb99ca7e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ pub fn run(config: Config) -> anyhow::Result<()> {
|
||||||
executors.push(executor);
|
executors.push(executor);
|
||||||
}
|
}
|
||||||
|
|
||||||
for _ in 0..(config.request_workers) {
|
for i in 0..(config.request_workers) {
|
||||||
let config = config.clone();
|
let config = config.clone();
|
||||||
let request_mesh_builder = request_mesh_builder.clone();
|
let request_mesh_builder = request_mesh_builder.clone();
|
||||||
let response_mesh_builder = response_mesh_builder.clone();
|
let response_mesh_builder = response_mesh_builder.clone();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue