I am not using a ROUTER socket. In my silly example I am using two
ZMQ_STREAM sockets connected together as client and server. I understand I
can use a ROUTER in raw mode when considering the a server scenario but in
this instance I am more interested in the client scenario.

My simple example code can be found here:
https://gist.github.com/claws/7231548

As you can see in the client example, I do a connect and then need to
retrieve the socket identity so I can send the message. At least that's
what I think I should be doing when using the ZMQ_STREAM socket in a client
scenario. Is my usage not right?
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to