diff --git a/examples/simple_command/src/main.rs b/examples/simple_command/src/main.rs index e4115dd..e994e1b 100644 --- a/examples/simple_command/src/main.rs +++ b/examples/simple_command/src/main.rs @@ -45,6 +45,7 @@ fn handle_command(header: CommandHeader, command: SimpleCommandA) -> anyhow::Res info!("Command Received:\n timestamp: {timestamp}\n a: {a}\n b: {b}\n c: {c}"); + // This gets sent back to the source of the command Ok(format!( "Successfully Received Command! timestamp: {timestamp} a: {a} b: {b} c: {c}" ))