You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently napi_status was ignored in ThreadSafeFunction::GetContext(). No napi_status shall be ignored as it would unstablize the behavior we'd expect.
Since the function signature doesn't support error returning, an alternative might be aborting on non-napi_ok statuses.
Currently
napi_statuswas ignored inThreadSafeFunction::GetContext(). Nonapi_statusshall be ignored as it would unstablize the behavior we'd expect.Since the function signature doesn't support error returning, an alternative might be aborting on non-
napi_okstatuses.Originally posted by @legendecas in #546