Open nikolascee opened 12 years ago
I can’t replicate this. Could you confirm that you’re still having this problem?
I'm still having this problem. The listening node (at tcp://*.5570) is ZeroMQ 3.2 - could it be that this is not supported in pyzmq, so that's why it does not work for zmqc?
Are the listening and sending nodes running the same version of ZeroMQ/pyzmq?
The listening node is 3.2. I get the same error message if I replace the 2.2 libzmq.dll that comes with pyzmq with the 3.2 one.
Ah, you’re using Windows? I’m not sure I can help you debug this issue; zmqc was designed to run on UNIX, and I don’t know anything about developing for Windows.
Very cool project! I am trying to figure out why is following not supported:
I am getting the following error message:
Any ideas?