Skip to content

Commit 855eba2

Browse files
authored
Merge pull request #1144 from halleysfifthinc/heartbeat-fixup
Fix heartbeat initialization
2 parents 32d030c + 1550d05 commit 855eba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function init(args)
8989
requests[] = Socket(ROUTER)
9090
control[] = Socket(ROUTER)
9191
heartbeat_context[] = Context()
92-
heartbeat = Socket(heartbeat_context[], ROUTER)
92+
heartbeat[] = Socket(heartbeat_context[], ROUTER)
9393
sep = profile["transport"]=="ipc" ? "-" : ":"
9494
bind(publish[], "$(profile["transport"])://$(profile["ip"])$(sep)$(profile["iopub_port"])")
9595
bind(requests[], "$(profile["transport"])://$(profile["ip"])$(sep)$(profile["shell_port"])")

0 commit comments

Comments
 (0)