Skip to content

Commit

Permalink
eguard: trival
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskaliX committed Mar 18, 2024
1 parent 1a6bdaf commit bdfd441
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 bdfd441

Please sign in to comment.