Thanks for the fix!

On Thu, Jun 16, 2011 at 12:06 PM, Erlend Aakre <[email protected]> wrote:
> The java example for the durable subscriber:
> http://zguide.zeromq.org/java:durasub
>
> Did not work here when I ran it, seems the identity of the subscriber is
> not set.
>
> It worked after I added the following line after the subscriber object
> is created:
>
> subscriber.setIdentity("hello".getBytes());
>
> So maybe the example should be updated
>
> -Erlend
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to