zeromq / chumak

Pure Erlang implementation of ZeroMQ Message Transport Protocol.
Mozilla Public License 2.0
197 stars 47 forks source link

Add unblock behavior to all socket types #32

Closed illegalprime closed 5 years ago

illegalprime commented 5 years ago

Thanks for your quick response last time! As promised (see #31), here is unblock for the rest of the socket types. I also ran dialyzer to not introduce any new type errors.

drozzy commented 5 years ago

Great!