Hi there !

I am not sure if what I want to do is really how REQ/REP sockets should be
used or what is the proper way to handle this:

I announce a service with an IP and port using mDNS. When a client sees the
service, it needs to connect and ask for some other ports (or update
information or do other stuff).

This means that I am using REQ/REP sockets like traditional listen/accept
based sockets (on the REP side) and it does not seem to work.

Do I have to use another library if I need multiple REQ sockets connected to
a single REP ?

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

Reply via email to