[zeromq-dev] Fixing Socket Problem on ZMQ Version 2.2
Pieter Hintjens
ph at imatix.com
Sat Jun 30 05:09:15 CEST 2012
On Sat, Jun 30, 2012 at 4:15 AM, Wen Qi Chin <wchin09 at gmail.com> wrote:
> I had a question relating to this issue--
> https://zeromq.jira.com/browse/LIBZMQ-325. How do we get into the situation
> where two sockets connect with the same identify? Why does this happen?
It's an application error; it's the connecting (client) socket that
decides on an identity (or not, leaving the choice up to the binding
socket). If two clients choose the same identity that's a fault.
-Pieter
More information about the zeromq-dev
mailing list