dht fixes

This commit is contained in:
Christien Rioux
2023-09-09 21:44:16 -04:00
parent 07f92b6e3f
commit 60a7e90712
6 changed files with 82 additions and 61 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ cfg_if::cfg_if! {
#[macro_export]
macro_rules! asyncmutex_try_lock_arc {
($x:expr) => {
$x.try_lock_owned().ok()
$x.clone().try_lock_owned().ok()
};
}
} else {