lerwys / bpm-software-old-bakcup

Repository containing the Beam Position Monitor Software
GNU Lesser General Public License v3.0
0 stars 1 forks source link

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

Open lerwys opened 10 years ago

lerwys commented 10 years ago

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