aquatic_udp: stop reregistering socket

This commit is contained in:
Joakim Frostegård 2020-08-02 00:46:47 +02:00
parent fb850170c4
commit 6018450414
2 changed files with 3 additions and 5 deletions

View file

@ -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();
}
}