On Wed, Sep 28, 2011 at 11:35 AM, Ben Gray <[email protected]> wrote:

> Is there some trick to getting pgm working?
>
> I built with --with-pgm and connecting to the endpoints works as expected
> however it appears to be trying to process publisher side subscriptions and
> then asserting if I actually try and send messages.
>
> Which gives an "Assertion failed: size > 0 && (*data == 0 || *data == 1)
> (xpub.cpp:65)" message
>
>
I suspect this is a bug - there is a blank message written for the
subscriptions in pgm_sender:plug, but this is an empty message with size 0,
which is blowing up this assertion I guess.

Ian
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to