imgui-frontend-engineer: refactor gRPC agent services

This commit is contained in:
scawful
2025-12-28 10:52:15 -06:00
parent a65fc1d975
commit 954c612f69
15 changed files with 620 additions and 1305 deletions

View File

@@ -31,7 +31,7 @@ void AgentControlServer::Stop() {
void AgentControlServer::Run() {
std::string server_address("0.0.0.0:50051");
EmulatorServiceImpl service(emulator_);
yaze::net::EmulatorServiceImpl service(emulator_, nullptr);
grpc::ServerBuilder builder;
builder.AddListeningPort(server_address, grpc::InsecureServerCredentials());