Hi Christian. > Before ZMQ 2.1 it was possible to call > zmq_term and have the threads handle the ETERM condition. Now I'm > required to close a socket which is currently sending or receiving. Not > a good idea either, is it?
No, the other way round. 1. You call zmq_term() 2. All currently blocking calls and any subsequent calls except for zmq_close() return with ETERM 3. You close the sockets Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
