Skip to content
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

Fix abort signal event handler memory leak #425

Merged
merged 3 commits into from
Feb 9, 2021

Conversation

jeremymeng
Copy link
Member

The issue is when the same abort signal is passed to multiple requests we keep
adding handlers without releasing them.

Porting fixes from

Azure/azure-sdk-for-js#5649
Azure/azure-sdk-for-js#12038

The issue is when the same abort signal is passed to multiple requests we keep
adding handlers without releasing them.

Porting fixes from

Azure/azure-sdk-for-js#5649
Azure/azure-sdk-for-js#12038
@jeremymeng
Copy link
Member Author

@xirzec @chradek please take a look

Copy link

@chradek chradek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a good port! 🚢🇮🇹

@jeremymeng jeremymeng merged commit ae135b2 into Azure:master Feb 9, 2021
@jeremymeng jeremymeng deleted the abort-event-handler-cleanup branch February 9, 2021 21:00
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.

3 participants