zeromq / erlzmq2

Erlang binding for 0MQ (v2)
http://zeromq.org/
MIT License
165 stars 63 forks source link

Missing documetation re Active Sockets #38

Open lpsmith opened 12 years ago

lpsmith commented 12 years ago

In the case of active ZMQ sockets, I haven't found any documentation of the messages that the socket will deliver to the owning process.

yrashk commented 12 years ago

Indeed. https://github.com/zeromq/erlzmq2/blob/master/test/erlzmq_test.erl#L138 can be a good start, though :)