mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-03 14:41:26 +03:00
fix emulation notify
This commit is contained in:
@@ -508,7 +508,7 @@ async fn handle_ei_event(
|
||||
}
|
||||
EiEvent::SeatRemoved(_) | /* EiEvent::DeviceAdded(_) | */ EiEvent::DeviceRemoved(_) => {
|
||||
log::debug!("releasing session: {ei_event:?}");
|
||||
release_session.notify_waiters();
|
||||
release_session.notify_one();
|
||||
}
|
||||
EiEvent::DevicePaused(_) | EiEvent::DeviceResumed(_) => {}
|
||||
EiEvent::DeviceStartEmulating(_) => log::debug!("START EMULATING"),
|
||||
|
||||
Reference in New Issue
Block a user