Skip to content

Commit

Permalink
Fix register_comm invalidations (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc authored Dec 11, 2024
1 parent fb76275 commit 7d1030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comm_manager.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function comm_open(sock, msg)
msg.content["data"] = Dict()
end
comm = Comm(target, comm_id, false)
register_comm(comm, msg)
invokelatest(register_comm, comm, msg)
comms[comm_id] = comm
else
# Tear down comm to maintain consistency
Expand Down

0 comments on commit 7d1030e

Please sign in to comment.