We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32d030c + 1550d05 commit 855eba2Copy full SHA for 855eba2
src/init.jl
@@ -89,7 +89,7 @@ function init(args)
89
requests[] = Socket(ROUTER)
90
control[] = Socket(ROUTER)
91
heartbeat_context[] = Context()
92
- heartbeat = Socket(heartbeat_context[], ROUTER)
+ heartbeat[] = Socket(heartbeat_context[], ROUTER)
93
sep = profile["transport"]=="ipc" ? "-" : ":"
94
bind(publish[], "$(profile["transport"])://$(profile["ip"])$(sep)$(profile["iopub_port"])")
95
bind(requests[], "$(profile["transport"])://$(profile["ip"])$(sep)$(profile["shell_port"])")
0 commit comments