zeromq / erlzmq2

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

Fix enif_open_resource_type assertion failure #73

Open gomoripeti opened 8 years ago

gomoripeti commented 8 years ago

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.

ghost commented 5 years ago

Seems legit - http://erlang.org/doc/man/erl_nif.html#enif_open_resource_type - is anyone maintaining this repository?

ghost commented 5 years ago

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

bluca commented 5 years ago

@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 :-)