mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
fix error handling in consumer task
This commit is contained in:
@@ -54,7 +54,9 @@ pub fn new(
|
||||
None => break,
|
||||
}
|
||||
}
|
||||
_ = consumer.dispatch() => { }
|
||||
res = consumer.dispatch() => {
|
||||
res?;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user