mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-09-20 19:31:05 +03:00
With `wayland-backend/client_system` enabled, this was causing an infinite loop since `read` never returned `WouldBlock`. This seems to be an inconsistency in wayland-rs: https://github.com/Smithay/wayland-rs/pull/959 In any case, it isn't necessary to call `read` more than once.