Open jtorniainen opened 9 years ago
In the ini-file: if node has publisher set to false but dispatcher has pubsub set to true dispatcher throws a zmq error at startup. Error below.
Exception in thread Thread-2083: Traceback (most recent call last): File "/usr/lib/python3.4/threading.p^C socket_proxy_in.bind(publisher_url) File "zmq/backend/cython/socket.pyx", line 444, in zmq.backend.cython.socket.Socket.bind (zmq/backend/cython/socket.c:4089) File "zmq/backend/cython/checkrc.pxd", line 21, in zmq.backend.cython.checkrc._check_rc (zmq/backend/cython/socket.c:6248) zmq.error.ZMQError: Invalid argument Exception ignored in: <module 'threading' from '/usr/lib/python3.4/threading.py'>
In the ini-file: if node has publisher set to false but dispatcher has pubsub set to true dispatcher throws a zmq error at startup. Error below.