executionAsyncId in unhandledRejection and rejectionHandled is always 0 #28317
Labels
async_hooks
Issues and PRs related to the async hooks subsystem.
duplicate
Issues and PRs that are duplicates of other issues or PRs.
promises
Issues and PRs related to ECMAScript promises.
The
unhandledRejection
andrejectionHandled
events are always called in the root async context, rather than the async context of the relevant promise. ThemultipleResolves
event is called in the correct context.The text was updated successfully, but these errors were encountered: