Uung, > I'm using pyzmq but my subscriber script doesn't always get queues > sent from my publisher script, some queue missing when recv_pyobj() > get called > Is there a way to force pyzmq subscriber to get all queues that being > send from my publisher script anytime when recv_pyobj() get called?
I would say you are using PUB/SUB and connecting *after* the message is sent. In that case you won't get it. Please, read the user guide to understand how the individual socket types work. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
