mmmagic
mmmagic copied to clipboard
Why use obj->Ref() ?
I do not understand Why you use obj->Ref() in this line. https://github.com/mscdex/mmmagic/blob/master/src/binding.cc#L104 it will not be garbage collected.
Thanks.
I believe it may be needed to keep the event loop alive IIRC?