Skip to content

Commit

Permalink
Merge branch 'master' into messaging-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc authored Dec 19, 2024
2 parents 7331d1d + 7d1030e commit 236b63e
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 236b63e

Please sign in to comment.