mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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);
|
||||
}
|
||||
|
||||
for _ in 0..(config.request_workers) {
|
||||
for i in 0..(config.request_workers) {
|
||||
let config = config.clone();
|
||||
let request_mesh_builder = request_mesh_builder.clone();
|
||||
let response_mesh_builder = response_mesh_builder.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue