mirror of
https://github.com/wassname/ray.git
synced 2026-07-26 13:37:24 +08:00
[xlang] Cross language serialize ActorHandle (#7134)
This commit is contained in:
@@ -269,7 +269,8 @@ class StreamingQueueTestBase : public ::testing::TestWithParam<uint64_t> {
|
||||
|
||||
// Create an actor.
|
||||
ActorID actor_id;
|
||||
RAY_CHECK_OK(worker.CreateActor(func, args, actor_options, &actor_id));
|
||||
RAY_CHECK_OK(
|
||||
worker.CreateActor(func, args, actor_options, /*extension_data*/ "", &actor_id));
|
||||
return actor_id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user