It should work, yes. Make sure you're using the same version of ZeroMQ
in all cases, and that subscribers properly subscribe to something. If
the problem still happens, it could be a bug.

-Pieter

On Wed, Jun 19, 2013 at 6:46 AM, Daniel Krikun <[email protected]> wrote:
> Hello,
>
> I have some existing code where there is a SUB socket that binds to an
> endpoint over tcp, and a PUB socket that connects to the endpoint.
> Till now it works fine.
>
> Now, I would like to add another subscriber, so I *connect* another
> SUB to the endpoint. Overall topology is somewhat counter intuitive,
> but it is supposed to work, isn't it? In this case, the subscriber I
> have added receives nothing :(
>
> Thank you,
>
> --
> Daniel Krikun
> _______________________________________________
> 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