mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 23:06:26 +08:00
[Streaming] Remove is_direct_call param (#10525)
This commit is contained in:
@@ -101,8 +101,8 @@ class Worker:
|
||||
|
||||
def test_queue():
|
||||
ray.init()
|
||||
writer = Worker._remote(is_direct_call=True)
|
||||
reader = Worker._remote(is_direct_call=True)
|
||||
writer = Worker._remote()
|
||||
reader = Worker._remote()
|
||||
channel_id_str = transfer.ChannelID.gen_random_id()
|
||||
inits = [
|
||||
writer.init_writer.remote(channel_id_str, pickle.dumps(reader)),
|
||||
|
||||
Reference in New Issue
Block a user