On Fri, Aug 24, 2012 at 10:54 PM, Iggy Philly <[email protected]> wrote: > I'm trying a simple example using inproc but I'm obviously doing something > wrong. My publisher socket sends a message out and the subscriber is polling > but never sees anything. I'm sure it's something silly. Here's my code:
You're not subscribing to anything - you need to at least subscribe to a blank string to see everything. Ian _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
