How do I do an orderly shutdown of a socket? Say I want to close a PULL socket. Can I do something like:
1) Close the endpoint so that no more messages get added to the queue 2) Process everything that's left in the queue 3) Terminate Thanks! Koert
_______________________________________________ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev