Skip to content

v0.3.1: Change all ZMQ bind to allow all interfaces

Pierre-Alain Loizeau requested to merge v0_3_1_zmq_bind_address_fix into master

ZMQ bind needs an IP address or interface name (as both come down to a specific interface in the end) while connect can use a hostname => allows changing the address setting for the command router, state hub and configuration server back to hostnames as only connect left using it

Merge request reports