Skip to content

Commit 795819f

Browse files
committed
DaggerWebDash: Use gethostname
1 parent d60fd3f commit 795819f

File tree

1 file changed

+1
-1
lines changed
  • lib/DaggerWebDash/src

1 file changed

+1
-1
lines changed

Diff for: lib/DaggerWebDash/src/d3.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ end
311311
function worker_host_port(id::Int, port::Int, port_range::UnitRange)
312312
worker_host = get!(D3R_WORKER_HOST_MAP, port) do
313313
worker_host, worker_port = remotecall_fetch(id, port) do port
314-
(MemPool.host, get_actual_port(port, port_range))
314+
(gethostname(), get_actual_port(port, port_range))
315315
end
316316
D3R_WORKER_PORT_MAP[port] = worker_port
317317
worker_host

0 commit comments

Comments
 (0)