On Fri, Aug 13, 2010 at 11:50 PM, Martin Sustrik <sustrik at moloch.sk> wrote: > The right solution IMO is to have an internal inproc "error" publisher node > that you can subscribe to to get error: > > s = socket (ZMQ_SUB); > s.connect ("inproc://error"); > err = s.recv (); Yes, that would be really neat. -Pieter