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
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