Revert raylet to worker GRPC communication back to asio (#5450)

This commit is contained in:
Philipp Moritz
2019-08-17 19:11:32 -07:00
committed by GitHub
parent 03d05c8765
commit 599cc2be60
45 changed files with 1418 additions and 1764 deletions
+1 -1
View File
@@ -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):