Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
Robert Shaw 2025-07-20 02:21:51 +00:00
parent 4f5d3eabc8
commit 14db6606f2

View File

@ -633,7 +633,6 @@ def launch_core_engines(
local_handshake_address = handshake_address
client_handshake_address = None
print(f"{local_handshake_address=}")
with zmq_socket_ctx(local_handshake_address, zmq.ROUTER,
bind=True) as handshake_socket: