i hate programming :(((((((((( >_<

This commit is contained in:
Ethan O'Brien
2024-11-20 22:13:11 -06:00
parent 4d9991ce75
commit 7493724cd7
4 changed files with 88 additions and 94 deletions

View File

@@ -190,6 +190,7 @@ macro_rules! lock_onto_mutex {
break value;
}
Err(_) => {
$mutex.clear_poison();
actix_web::rt::time::sleep(std::time::Duration::from_millis(15)).await;
}
}