Refactor plugin manager and gRPC server (#96)

This commit is contained in:
Gregory Schier
2024-09-19 05:58:12 -07:00
committed by GitHub
parent 844d795014
commit a3b64423fd
27 changed files with 661 additions and 614 deletions

View File

@@ -39,7 +39,7 @@ pub async fn start_nodejs_plugin_runtime<R: Runtime>(
.args(&[plugin_runtime_main]);
let (mut child_rx, child) = cmd.spawn()?;
println!("Spawned plugin runtime");
info!("Spawned plugin runtime");
let mut kill_rx = kill_rx.clone();