Re: [zeromq-dev] python and pub/sub, don't see packets going out

2016-03-01 Thread Aaron Sokoloski
Hi Jerry, It looks like you're forgetting to subscribe on the client end. The publisher won't send anything because the client never told it that it wanted to subscribe. You can just subscribe to "" to get all messages. Cheers, Aaron On 1 March 2016 at 19:18, Jerry Scharf

[zeromq-dev] python and pub/sub, don't see packets going out

2016-03-01 Thread Jerry Scharf
Hi, I have req/rep working fine now. There is one deviation from the pyzmq documentation. The documentation says that you use socket.send with a string, but the code errors out and says use send_string instead. I don't know if this is a version problem in the zmq I built, but I just did pip