dont uwnrap blocking_run_client result

This commit is contained in:
pierre
2023-08-24 16:10:14 +02:00
parent d108919cf6
commit eb444f73ce
+4 -1
View File
@@ -163,7 +163,10 @@ pub fn blocking_run_client<'cb, F, S>(
)
.await
})
.unwrap();
.map_err(|err| {
warn!("failed to run client: {}", err);
})
.ok();
}
#[ffi_export]