Hi everyone, I managed to develop an application using lvzmq. It seems to work as expected until I stop the application and start it again. Most times, lvzmq will crash throwing an "Assertion failure (ok)" but without writing anything to the log file. Do I have to configure something to enable logging? Basically, I want to build this architecture in LabVIEW: http://zguide.zeromq.org/page:all#toc123 So I'm binding a PUB, ROUTER and PULL socket to 3 different ports on the server side. On the client...
Hi everyone, I managed to develop an application using lvzmq. It seems to work as expected until I stop the application and start it again. Most times, lvzmq will crash throwing an "Assertion failure (ok)" but without writing anything to the log file. Do I have to configure something to enable logging? Basically, I want to build this architecture in LabVIEW: http://zguide.zeromq.org/page:all#toc123 So I'm binding a PUB, ROUTER and PULL socket to 3 different ports on the server side. On the client...
Hi everyone, I managed to develop an application using lvzmq. It seems to work as expected until I stop the application and start it again. Most times, lvzmq will crash throwing an "Assertion failure (ok)" but without writing anything to the log file. Do I have to configure something to enable logging? Basically, I want to build this architecture in LabVIEW: http://zguide.zeromq.org/page:all#toc123 So I'm binding a PUB, ROUTER and PULL socket to 3 different ports on the server side. On the client...
Hi everyone, I'm getting error 156384732 when I try to get the identity of a socket. Of course I set the identity previously without any error. According to your zmq-errors.txt this means "EINVAL: Invalid argument". I don't have much experience with zmq, yet. Maybe it's some basic misunderstanding. However, a quick test, doing the same in Python, runs without error... Edit: I'm using LV2016 and ZeroMQ Socket Library version 3.4.1.107. Edit 2: Nevermind... according to the guide, identity is only...
Hi everyone, I'm getting error 156384732 when I try to get the identity of a socket. Of course I set the identity previously without any error. According to your zmq-errors.txt this means "EINVAL: Invalid argument". I don't have much experience with zmq, yet. Maybe it's some basic misunderstanding. However, a quick test, doing the same in Python, runs without error... Edit: I'm using LV2016 and ZeroMQ Socket Library version 3.4.1.107.
Hi everyone, I'm getting error 156384732 when I try to get the identity of a socket. Of course I set the identity previously without any error. According to your zmq-errors.txt this means "EINVAL: Invalid argument". I don't have much experience with zmq, yet. Maybe it's some basic misunderstanding. However, a quick test, doing the same in Python, runs without error...
Hi Joost, I have exactly the same problem. Were you able to solve it in the meantime?...