mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
aquatic_udp: stop reregistering socket
This commit is contained in:
parent
fb850170c4
commit
6018450414
2 changed files with 3 additions and 5 deletions
|
|
@ -68,10 +68,6 @@ pub fn run_socket_worker(
|
|||
}
|
||||
|
||||
state.statistics.readable_events.fetch_add(1, Ordering::SeqCst);
|
||||
|
||||
poll.registry()
|
||||
.reregister(&mut socket, token, interests)
|
||||
.unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue