Dmitri, > I looked at device() implementation and noticed that it actually implemented > as an infinite loop. I think it would be nice to be able shut the device > down gracefully. I would imagine embedding the device into a class and > shutting it down from finalizer/destructor. Any thoughts?
This has been already fixed in the trunk. When you close the context (zmq_term) all associated devices exit with ETERM error. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
