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

Remove SecretsFilter from log after disconnection #3369

Merged
merged 2 commits into from
May 3, 2024

Conversation

max-dw-i
Copy link
Contributor

A memory leak happens because a new 'SecretsFilter' is added to the 'log' object every time a new 'BaseConnection' object is initialized. Remove the filter when 'disconnect' is called.

max-dw-i and others added 2 commits January 15, 2024 17:24
A memory leak happens because a new 'SecretsFilter' is added to
the 'log' object every time a new 'BaseConnection' object is
initialized. Remove the filter when 'disconnect' is called.
@ktbyers ktbyers merged commit 808bb81 into ktbyers:develop May 3, 2024
5 checks passed
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