Handle shutdown correctly

This commit is contained in:
nora 2024-04-12 19:58:59 +02:00
parent 41e578e199
commit f9da7ebe43
7 changed files with 69 additions and 10 deletions

View file

@ -1,4 +1,5 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::compile_protos("proto/tfplugin6.6.proto")?;
tonic_build::compile_protos("proto/controller.proto")?;
Ok(())
}