LibLine: Treat leftover data in buffer as a read event

Fixes #4328.
This commit is contained in:
AnotherTest 2020-12-18 15:29:07 +03:30 committed by Andreas Kling
commit 5d1425718e
Notes: sideshowbarker 2024-07-19 00:45:25 +09:00
2 changed files with 24 additions and 15 deletions

View file

@ -262,6 +262,7 @@ private:
// FIXME: Port to Core::Property
void save_to(JsonObject&);
void try_update_once();
void handle_interrupt_event();
void handle_read_event();