mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_udp: glommio: cleanup
This commit is contained in:
parent
5729f337ad
commit
f69e3a00c7
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ pub async fn run_socket_worker(
|
|||
num_bound_sockets.fetch_add(1, Ordering::SeqCst);
|
||||
|
||||
let (request_senders, _) = request_mesh_builder.join(Role::Producer).await.unwrap();
|
||||
|
||||
let (_, mut response_receivers) = response_mesh_builder.join(Role::Consumer).await.unwrap();
|
||||
|
||||
let response_consumer_index = response_receivers.consumer_id().unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue