Skip to content

Correctly detect unref'ed handles#60

Merged
mafintosh merged 1 commit intomafintosh:masterfrom
RaisinTen:correctly-detect-unrefed-handles
Apr 26, 2022
Merged

Correctly detect unref'ed handles#60
mafintosh merged 1 commit intomafintosh:masterfrom
RaisinTen:correctly-detect-unrefed-handles

Conversation

@RaisinTen
Copy link
Contributor

At this point, Timeout objects aren't the only handles that have a
hasRef() method. nodejs/node#42756 added
hasRef() to the Worker handle object that gets reported by async_hooks,
so we should consider that too.

Fixes: #59
Signed-off-by: Darshan Sen [email protected]

At this point, Timeout objects aren't the only handles that have a
hasRef() method. nodejs/node#42756 added
hasRef() to the Worker handle object that gets reported by async_hooks,
so we should consider that too.

Fixes: mafintosh#59
Signed-off-by: Darshan Sen <[email protected]>
@mafintosh mafintosh merged commit 48c2e21 into mafintosh:master Apr 26, 2022
@mafintosh
Copy link
Owner

2.2.2

@RaisinTen RaisinTen deleted the correctly-detect-unrefed-handles branch April 26, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrectly detects unref'ed Workers

2 participants