Skip to content

Commit 7d1030e

Browse files
Fix register_comm invalidations (#1134)
1 parent fb76275 commit 7d1030e

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)