[zeromq-dev] Odd numbers with zeromq

Michel Pelletier pelletier.michel at gmail.com
Fri Sep 14 19:30:11 CEST 2012


On Fri, Sep 14, 2012 at 9:55 AM, Maninder Batth <whatpuzzlesme at gmail.com> wrote:
>
> That does not sound right. These are tcp sockets internally, so either the
> message should be sent OR an exception should be thrown. But, it should not
> silently discard messages.....

Different sockets have different behaviors when they reach and
"exceptional" state.  Some drop messages, and some block (or indicate
an error if set to non-blocking mode).  Please read the guide:

http://zguide.zeromq.org/page:all

and the api docs:

http://api.zeromq.org/

-Michel



More information about the zeromq-dev mailing list