We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d2b56 commit 42bf94aCopy full SHA for 42bf94a
src/io_uring.rs
@@ -387,7 +387,7 @@ pub async fn io_loop(
387
from_file = tokio_uring::spawn(proxy(
388
ProxyType::HeadUnit,
389
hu_w,
390
- stream_bytes.clone(),
+ file_bytes.clone(),
391
tx_hu.clone(),
392
rx_hu,
393
rxr_md,
@@ -397,7 +397,7 @@ pub async fn io_loop(
397
from_stream = tokio_uring::spawn(proxy(
398
ProxyType::MobileDevice,
399
md_w,
400
- file_bytes.clone(),
+ stream_bytes.clone(),
401
tx_md,
402
rx_md,
403
rxr_hu,
0 commit comments