[zeromq-dev] Frequent error messages

Trevor Bernard trevor.bernard at gmail.com
Tue Mar 12 03:25:46 CET 2013


In your private byte[] getByte(...), I see that you create and destroy
our context each time it's called. I would try creating only one
context for your client process and see if that helps your
reliability.

http://zguide.zeromq.org/page:all#Getting-the-Context-Right

-Trev

On Mon, Mar 11, 2013 at 10:59 PM, Trevor Bernard
<trevor.bernard at gmail.com> wrote:
>
>> So aside, from a version number increase, and few changed comments, there
>> doesn't seem be any real software upgrade, i.e. no src files modified, am I
>> wrong?
>
>
> There should have been a few files changed:. This is the diff from the
> v2.1.2 tag with master:
>
> https://github.com/zeromq/jzmq/compare/v2.1.2...master
>
> Also I assume this was happening on the Mac client side since the error was
> kqueue related?
>
> I try to reproduce on it from my Mac.
>
> -Trev



More information about the zeromq-dev mailing list