Skip to content

Commit a9537dc

Browse files
committed
Modify default zmq binding address to use tcp://*
Fixes compatibility with zmq>=26
1 parent 9bb8842 commit a9537dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labscript_utils/ls_zprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def __init__(
167167
port=None,
168168
dtype='pyobj',
169169
pull_only=False,
170-
bind_address='tcp://0.0.0.0',
170+
bind_address='tcp://*',
171171
timeout_interval=None,
172172
**kwargs
173173
):

labscript_utils/qtwidgets/outputbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def __init__(self, container, scrollback_lines=1000):
2929
container=container,
3030
scrollback_lines=scrollback_lines,
3131
zmq_context=context,
32-
bind_address='tcp://0.0.0.0',
32+
bind_address='tcp://*',
3333
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy