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