Replace gRPC Backend #10
@@ -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}");
|
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!(
|
Ok(format!(
|
||||||
"Successfully Received Command! timestamp: {timestamp} a: {a} b: {b} c: {c}"
|
"Successfully Received Command! timestamp: {timestamp} a: {a} b: {b} c: {c}"
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user