Files
Marvin Zhang 851097dc59 fix(node/service): implement worker client wrapper using local TaskServiceServer
Implement createWorkerClient to return a workerTaskClient when a node has an active gRPC stream.
Add workerTaskClient that wraps the server.TaskServiceServer, stubs other client RPCs and forwards
CheckProcess calls directly to server.CheckProcess for querying worker process status.
2025-10-27 16:26:32 +08:00
..