Skip to content

Commit 236b63e

Browse files
Merge branch 'master' into messaging-updates
2 parents 7331d1d + 7d1030e commit 236b63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comm_manager.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function comm_open(sock, msg)
106106
msg.content["data"] = Dict()
107107
end
108108
comm = Comm(target, comm_id, false)
109-
register_comm(comm, msg)
109+
invokelatest(register_comm, comm, msg)
110110
comms[comm_id] = comm
111111
else
112112
# Tear down comm to maintain consistency

0 commit comments

Comments
 (0)