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 memory leak in promise_manager #79

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

jbott
Copy link
Contributor

@jbott jbott commented Aug 24, 2024

A reference was kept to all promises, not just outstanding promises, leading to a memory leak of all response objects.

@andogq
Copy link
Owner

andogq commented Aug 24, 2024

Thanks for the contribution! If you could just include a changes file (example) with a quick description of your change, and I'll it merged and released.

A reference was kept to all promises, not just outstanding promises,
leading to a memory leak of all response objects.
@jbott jbott force-pushed the jbott-fix-ws-memory-leak branch from a861470 to ba75bd4 Compare August 26, 2024 20:07
@andogq andogq merged commit b0bea9c into andogq:main Aug 28, 2024
1 check passed
@andogq
Copy link
Owner

andogq commented Aug 28, 2024

Thanks again for this!

Released under @qubit-rs/[email protected]

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.

2 participants