mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-23 05:00:52 +03:00
add missing dns request notify
This commit is contained in:
@@ -287,6 +287,7 @@ impl Server {
|
||||
|
||||
fn request_dns(&self, handle: ClientHandle) {
|
||||
self.pending_dns_requests.borrow_mut().push_back(handle);
|
||||
self.notifies.dns_request_pending.notify_one();
|
||||
}
|
||||
|
||||
async fn handle_request(
|
||||
|
||||
Reference in New Issue
Block a user