2017-07-10 13 views
1

jsのコードです:リファレンス関数をN-apiから非同期に呼び出す方法は、 "env"を取得できません!

const obj = tap.create(); 
quote.on("connection", (params) => { 
console.log('[DEBUG js]', 'connection called, params:', params); 
}); 

は、C++で関数を覚えている:

ネイティブ関数が呼び出され
napi_create_reference(env, args[1], 1, &cbMap[eIt->second]); 

:私は今、問題を解決するためのノードアドオン-APIを使用

void TAP_CDECL Spi::OnConnect(int errorCode, const Info *info) { 

{{I want to call the function from cbMap here, How to write code? I do not 
known how to find "env"!}} 

} 

答えて

0

を私はから更新されたナピを見つけました、私はそれが有用だと思います!

関連する問題