Skip to content

Commit

Permalink
更新 sender.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shishanyue authored Apr 4, 2024
1 parent b302995 commit 6188046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/worker_pool/sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub async fn sender(mut data: mpsc::Receiver<SenderData>) -> anyhow::Result<()>
Ok(_) => {
},
Err(_) => {shared_con.disconnect().await;break;},
}
},
Err(_) => {shared_con.disconnect().await;break;},
}
Expand Down

0 comments on commit 6188046

Please sign in to comment.