lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[hal:zeroMQ] Passing wrong bind addresses to zeroMQ fails silently #8

Closed lerwys closed 4 years ago

lerwys commented 8 years ago

Issue by lerwys Thursday Jun 26, 2014 at 14:08 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/8


Issue by lerwys Wednesday May 28, 2014 at 12:08 GMT Originally opened as https://github.com/lerwys/bpm-software-old-bakcup/issues/8


Problem: When initializing DEV_MNGR, DEV_IO and SMIO components, if we pass a wrong bind address, such as _tcp://ipaddr, without the port number for instance, the hal would initialize but fail silently, not accepting connections from any client.

Solution: Review the checking of wrong bind addresses and throw error messages

lerwys commented 4 years ago

Not relevant anymore as not using DEV_MNGR