[zeromq-dev] Assertion failure in pull.cpp
Pieter Hintjens
ph at imatix.com
Sat Aug 21 11:57:56 CEST 2010
On Sat, Aug 21, 2010 at 11:35 AM, Jon Dyte <jon at totient.co.uk> wrote:
> do you we have a definitive list of which sockets are compatible peers
> with each other?
Yes, it's more or less specified in zmq_socket, but it's not complex:
PUB<->SUB
PAIR<->PAIR
REQ<->REP
REQ<->XREP
XREQ<->REP
PUSH<->PULL
Any other combinations e.g. XREP<->XREP or XREP<->XREQ must be bridged via code.
-
Pieter Hintjens
iMatix - www.imatix.com
More information about the zeromq-dev
mailing list