Skip to content

Commit

Permalink
Merge branch 'chriskaliX:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TimelifeCzy authored Mar 20, 2024
2 parents 09f4a3e + bdfd441 commit 602bffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/eguard/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ fn main() -> Result<()> {
}
})
.unwrap();
let _ = record_send.join();
// task_receive thread
let rt = tokio::runtime::Runtime::new()?;
rt.block_on(async {
Expand Down Expand Up @@ -134,6 +133,7 @@ fn main() -> Result<()> {
info!("task parse success");
}
});
let _ = record_send.join();
info!("plugin will exit");
Ok(())
}

0 comments on commit 602bffe

Please sign in to comment.