RoadRunnr / ezmq

zMQ implemented in Erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

status ID support

benoitc opened this issue · comments

What is the status of this project. Do you plan to add ID support soon?

IDs should work, although I have not activly tested it nor is it documented.

This should work:

gen_zmq:send(Socket, {Id, [Msg,Msg]}).

The code doing the routing is in src/gen_zmq_socket_router.erl

Hum I will test. I asked that because it's still in the README todo

project moved to zeromq/ezmq, pls reopen there is this is still an issue