-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
n-api: napi_make_callback with async_hooks.executionAsyncResource #32898
Comments
Do you mean |
Yes, it’s |
Good to know. Then this issue may be of some interest for @Qard |
Yep. This is a known issue. Could maybe be fixed here by attempting an unwrap to an |
During the callback of
napi_make_callback
,async_hooks.executionAsyncResource()
doesn't reflect the resource object of the givenasync_context
. Rather, it's the receiver ofnapi_make_callback
.The text was updated successfully, but these errors were encountered: