fix(portproxy): Refactored connection cleanup logic in PortProxy

This commit is contained in:
2025-03-03 02:03:24 +00:00
parent 12de96a7d5
commit 131d9d326e
3 changed files with 22 additions and 123 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-03-03 - 3.22.2 - fix(portproxy)
Refactored connection cleanup logic in PortProxy
- Simplified the connection cleanup logic by removing redundant methods.
- Consolidated the cleanup initiation and execution into a single cleanup method.
- Improved error handling by ensuring connections are closed appropriately.
## 2025-03-03 - 3.22.1 - fix(PortProxy)
Fix connection timeout and IP validation handling for PortProxy