DUNE-DAQ / iomanager

Package providing a unified API
0 stars 0 forks source link

Only update connection strings if they contained a wildcard. #56

Closed eflumerf closed 1 year ago

eflumerf commented 1 year ago

Resolves #50

eflumerf commented 1 year ago

Pinging this set of PRs.

plasorak commented 1 year ago

Could you explain a bit why this is needed?

eflumerf commented 1 year ago

If the connection string contains a wildcard, it means that ZMQ will be instructed to bind to a dynamic port number or all interfaces (* == 0.0.0.0). This dynamic information must be resolved locally before being published to the ConnectivityService so that remote endpoints may connect to the correct IP and port.