mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-10 22:41:29 +03:00
fix disconnect
This commit is contained in:
@@ -506,5 +506,6 @@ impl Service {
|
|||||||
self.pending_incoming
|
self.pending_incoming
|
||||||
.borrow_mut()
|
.borrow_mut()
|
||||||
.push_back(IncomingEvent::Disconnected { addr });
|
.push_back(IncomingEvent::Disconnected { addr });
|
||||||
|
self.notifies.incoming.notify_one();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user