Hi, I’m having an issue with 0.57, using a hab supervisor per node just to start/monitor/update local services, I’m currently binding the listen-http/listen-gossip to a specific private ip (let’s say 192.168.0.10).
When invoking hab config apply I previously used (with hab 0.55.0) the --peer option, now that this option is gone, it fails with the message: [Err: 0] Cannot send message through ZMQ socket: Resource temporarily unavailable.
It looks to me the listen-gossip option from the supervisor is somehow not used when invoking things via the Control Gateway.
When starting the supervisor without changing listen-gossip/listen-http, hab apply config works as expected.
Any idea how to fix it?