On Tue, Jan 15, 2013 at 6:49 PM, Nishant Mittal <[email protected]> wrote:
> is it possible to set ZMQ_IDENTITY after zmq_connect ? and if i do it > multiple times.. does it overwrite the last identity? If you do this, the results will be inconsistent. Set the identity once before connecting, and don't change it afterwards. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
