Open gomoripeti opened 8 years ago
Seems legit - http://erlang.org/doc/man/erl_nif.html#enif_open_resource_type - is anyone maintaining this repository?
Doesn't seem to be maintained - I've published my fork to hex.pm (erlzmq) with your changes merged in https://github.com/esl/erlzmq
@bryanhuntesl we are always looking to welcome new volunteers in the ZeroMQ community - @yrashk @dhammika @evax any objection to adding a new maintainer? This repository seems in need of some love :-)
According to erlang documentation the argument module_str of enif_open_resource_type "is not (yet) used and must be NULL." This NULL value is unfortunately asserted on a debug enabled erlang VM. This change enables erlzmq2 to be run on such a VM too.