-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not resolve names before ZMQ connect calls. #86
Conversation
Ok so looking at the connectivity service I see entries like:
which is what I expect. Looking at the logs ( Also, can you remind me what it means for a port number to be |
For bind endpoints (Receive, Publish), a |
Also, this line https://github.com/DUNE-DAQ/ipm/blob/eflumerf/DontResolveConnect/plugins/ZmqSubscriber.cpp#LL73C1-L73C1 seems to be appearing in the log way too much (for every receive?). I don't think we can have that. |
Moved that log message (and another one which was logging at the info level) to debug |
…de from ZmqReceiver to ZmqPublisher. Have ZmqSubscriber keep track of connected URIs, don't reconnect to already-connected ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works on APA1 and 2
Have publishers bind to * (all addresses)