TooTallNate / NodObjC

The Node.js ⇆ Objective-C bridge

Home Page:http://tootallnate.github.io/NodObjC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please update with fixed ffi "callback has been garbage collected" (ffi-napi maybe?)

stuartbrussell-intuit opened this issue · comments

Hello, I'm using nodobjc (awesome) but every so often I get the dreaded ffi "callback has been garbage collected". It looks like there is a recent fix in node-ffi-napi. Can you please add the fix to node-ffi, or update nodobjc to use node-ffi-napi, so that nodobjc can be reliable? I'm trying to build it in the meantime.

I tried building nodobjc with node-ffi-napi and it didn't fix the problem. node-ffi-napi/node-ffi-napi#3