Skip to content

Commit

Permalink
remove callsite
Browse files Browse the repository at this point in the history
Signed-off-by: hjiang <[email protected]>
  • Loading branch information
dentiny committed Dec 13, 2024
1 parent 4ad71da commit c080c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ray/rpc/object_manager/object_manager_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class ObjectManagerClient {
freeobjects_rr_index_ = rand() % num_connections_;
grpc_clients_.reserve(num_connections_);
for (int i = 0; i < num_connections_; i++) {
grpc_clients_.emplace_back(new GrpcClient<ObjectManagerService>(
address, port, client_call_manager, num_connections_));
grpc_clients_.emplace_back(
new GrpcClient<ObjectManagerService>(address, port, client_call_manager));
}
};

Expand Down

0 comments on commit c080c61

Please sign in to comment.