dont uwnrap blocking_run_client result
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user