Fixed the deadlock by only addressing devices in response to attach requests....

This commit is contained in:
Timothy Finnegan
2024-11-05 17:35:57 +00:00
committed by Jeremy Soller
parent 3f33cb96e7
commit 4dedbac4e5
9 changed files with 733 additions and 196 deletions
+2 -2
View File
@@ -432,8 +432,8 @@ pub fn main() {
"misc",
"inputd",
"inputd",
log::LevelFilter::Trace,
log::LevelFilter::Trace,
log::LevelFilter::Info,
log::LevelFilter::Debug,
);
let mut args = std::env::args().skip(1);