Skip to content

Commit

Permalink
Update _ClinkDevRoot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 authored Feb 9, 2024
1 parent 484c0c0 commit 7e8ec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/python/cameralink_gateway/_ClinkDevRoot.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self,

# Add ZMQ server
if zmqSrvEn:
self.zmqServer = pr.interfaces.ZmqServer(root=self, addr='*', port=0)
self.zmqServer = pr.interfaces.ZmqServer(root=self, addr='127.0.0.1', port=0)
self.addInterface(self.zmqServer)

# Check for simulation
Expand Down

0 comments on commit 7e8ec91

Please sign in to comment.