mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 07:56:05 +08:00
This reverts commit 1b1466748f.
This commit is contained in:
@@ -68,7 +68,7 @@ class Worker:
|
||||
if item is None:
|
||||
time.sleep(0.01)
|
||||
else:
|
||||
msg = pickle.loads(item.body)
|
||||
msg = pickle.loads(item.body())
|
||||
count += 1
|
||||
assert msg == msg_nums - 1
|
||||
print("ReaderWorker done.")
|
||||
|
||||
Reference in New Issue
Block a user