fix: scandir object (#733)

* fix: scandir object count

* fix: base64 list continuation_token
This commit is contained in:
weisd
2025-10-28 15:02:43 +08:00
committed by GitHub
parent 2aca1f77af
commit 40660e7b80
5 changed files with 87 additions and 65 deletions
@@ -108,7 +108,7 @@ pub async fn list_path_raw(rx: CancellationToken, opts: ListPathRawOptions) -> d
}
if cancel_rx_clone.is_cancelled() {
// warn!("list_path_raw: cancel_rx_clone.try_recv().await.is_ok()");
// warn!("list_path_raw: cancel_rx_clone.is_cancelled()");
return Ok(());
}