Replace gRPC Backend #10

Merged
sergeysav merged 15 commits from ssavelyev/grpc_removal into main 2026-01-01 10:11:53 -08:00
Showing only changes of commit 778c1a0dfd - Show all commits

View File

@@ -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}"
))