fix(core): Improve connection management and error handling in PortProxy

This commit is contained in:
2025-03-03 02:14:21 +00:00
parent eb70a86304
commit ced9b5b27b
3 changed files with 116 additions and 166 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-03-03 - 3.22.3 - fix(core)
Improve connection management and error handling in PortProxy
- Refactored connection cleanup to handle errors more gracefully.
- Introduced comprehensive comments for better code understanding.
- Revised SNI data timeout logic for connection handling.
- Enhanced logging and error reporting during connection management.
- Improved inactivity checks and parity checks for existing connections.
## 2025-03-03 - 3.22.2 - fix(portproxy)
Refactored connection cleanup logic in PortProxy