Working tx/rx

This commit is contained in:
2026-03-23 20:29:53 +01:00
parent 6429685cd2
commit 02145b6ef0
5 changed files with 335 additions and 137 deletions

View File

@ -53,6 +53,7 @@ impl FlowGraph
}
crate::block::BlockResult::Exit =>
{
println!("KILLING GRAPH");
break 'outer;
}
}