Skip to content

Commit

Permalink
Accept arguments from remotecall_fetch() on the remote machine
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Aug 18, 2024
1 parent 6f3ea8a commit c5f573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datastore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ function migrate!(ref::DRef, to::Integer; pre_migration=nothing, dest_post_migra
end

# Create new ref to redirect to
new_ref = remotecall_fetch(to, data) do
new_ref = remotecall_fetch(to, data) do data
new_ref = poolset(data)
if dest_post_migration !== nothing
access_ref(dest_post_migration, new_ref, pre_migration_data; local_only=true)
Expand Down

0 comments on commit c5f573d

Please sign in to comment.