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