debugging

This commit is contained in:
John Smith
2021-12-14 09:48:33 -05:00
parent 8fe99f6090
commit c4b66aad36
23 changed files with 411 additions and 143 deletions
+3 -1
View File
@@ -221,7 +221,9 @@ impl ClientApi {
inner.join_handle.take().unwrap()
};
trace!("ClientApi::stop: waiting for stop");
let _ = jh.await;
if let Err(err) = jh.await {
error!("{}", err);
}
trace!("ClientApi::stop: stopped");
}