Closed
Description
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.
Originally posted by @legendecas in #546
Metadata
Metadata
Assignees
Labels
No labels