Well at first glance, try subscribing to just "" - I'm not sure that "*" is a valid wildcard given the way it matches.
More specifically: zmq_setsockopt (subscriber, ZMQ_SUBSCRIBE, "", 0); On Fri, Dec 9, 2011 at 4:33 PM, Tom Fach <[email protected]> wrote: > Hi, > I try to write a working example with PUB/SUB but based on new ZeroMQ 3. > ZGuide probably relates more to ZeroMQ 2. Can somebody help me and point > out what is wrong in my code? > > best regards, > Tomasz > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
