Skip to content

Commit

Permalink
try without IPV6 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGlobus committed Nov 25, 2024
1 parent f7608fc commit 92fce00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _zmq_create_socket_port(context: zmq.Context, ip_address: str | int, port_ra
sock.set_hwm(0)
# This option should work for both IPv4 and IPv6...?
# May not work until Parsl is updated?
sock.setsockopt(zmq.IPV6, True)
# sock.setsockopt(zmq.IPV6, True)

port = sock.bind_to_random_port(
f"tcp://{_zmq_canonicalize_address(ip_address)}",
Expand Down

0 comments on commit 92fce00

Please sign in to comment.