Hi Zero MQ Team, Zero MQ was introduced to me by one of my friends and was trying to get some hands on to it. I have been using C for my development. I have been trying to execute the examples provided by zeromq.
Was able to get the REQ - REP, PUB - SUB and PUSH - PULL sockets working. However I was not able to get the REQ - ROUTER - DEALER - REP socket working. I just copy pasted the examples provided online rrclient: Request-reply client in C rrworker: Request-reply worker in C rrbroker: Request-reply broker in C I could see the REQ - ROUTER working. However a simple DEALER - REP socket does not seem to be working. I don't see the messages received by the REP socket. Are there any known issues regarding the ROUTER - DEALER socket. Could someone help me here? Thanks Badhri
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
