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 leaked server connections #2596

Merged
merged 5 commits into from
Sep 16, 2024
Merged

Fix leaked server connections #2596

merged 5 commits into from
Sep 16, 2024

Conversation

pappz
Copy link
Contributor

@pappz pappz commented Sep 13, 2024

Describe your changes

Fix leaked server connections

  • close unused connections in the client lib
  • close deprecated connection in the server lib

The Server Picker is reusable in the guard if we want in the future. So we can support the server address changes.

Issue ticket number and link

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

pappz and others added 4 commits September 13, 2024 17:46
- close unused connection in the client lib
- close deprecated connection in the server lib
* Add more logs

* use c.log and add closing due timeout log on server

---------

Co-authored-by: Maycon Santos <[email protected]>
@pappz pappz marked this pull request as ready for review September 16, 2024 08:09
Copy link

@pappz pappz merged commit 97e10e4 into main Sep 16, 2024
21 checks passed
@pappz pappz deleted the relay/fix-double-relay-conn branch September 16, 2024 14:11
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