mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 03:19:03 +08:00
Revert raylet to worker GRPC communication back to asio (#5450)
This commit is contained in:
@@ -374,7 +374,7 @@ cdef class RayletClient:
|
||||
|
||||
@property
|
||||
def client_id(self):
|
||||
return ClientID(self.client.get().GetWorkerId().Binary())
|
||||
return ClientID(self.client.get().GetWorkerID().Binary())
|
||||
|
||||
@property
|
||||
def job_id(self):
|
||||
|
||||
Reference in New Issue
Block a user