fix(PortProxy): Improve TLS keep-alive management and fix whitespace formatting

This commit is contained in:
2025-03-10 14:13:56 +00:00
parent 4465cac807
commit 146fac73cf
3 changed files with 248 additions and 147 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-03-10 - 3.30.1 - fix(PortProxy)
Improve TLS keep-alive management and fix whitespace formatting
- Implemented better handling for TLS keep-alive connections after sleep or long inactivity.
- Reformatted whitespace for better readability and consistency.
## 2025-03-08 - 3.30.0 - feat(PortProxy)
Add advanced TLS keep-alive handling and system sleep detection