Hi Brian, [email protected] said: > This was a big from earlier this summer that I am still seeing. I am > observing an assert error in line rep.cpp:232 when connecting a REP > socket to bound XREQ socket.
As both Pieter and Ilja pointed out, you're not following the REQ/REP "protocol", hence the assertion on the REP side. > I guess my first question is this: Is this combination of sockets > supported? That is, should this work? As long as you follow the protocol required by the REP socket then yes, this is supported and should work. -mato _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
