Hi:
I've just install the erlzmq2 <https://github.com/zeromq/erlzmq2> on my
laptop(Ubuntu 12.04 32bit).
I decided to try it. So I opened the erl shell, and tried this:
{ok, Context} = erlzmq:context().
It returned
{ok,<<>>}
Something was not right here: the Context were just empty bits!
Then I continued:
{ok, Responder} = erlzmq:socket(Context, rep).
erlzmq:bind(Responder, "tcp://*5555").
here came the error when the last statement was executed:
{error, einval}
How such error happened?
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to