fix(PortProxy): Adjust default timeout settings and enhance keep-alive connection handling in PortProxy.

This commit is contained in:
2025-03-07 11:16:44 +00:00
parent b3dcc0ae22
commit 98c61cccbb
3 changed files with 265 additions and 105 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-03-07 - 3.28.6 - fix(PortProxy)
Adjust default timeout settings and enhance keep-alive connection handling in PortProxy.
- Updated default value for maxConnectionLifetime to 24 hours and inactivityTimeout to 4 hours.
- Introduced enhanced settings for treating keep-alive connections as 'extended' or 'immortal'.
- Modified logic to avoid closing keep-alive connections unnecessarily by adding inactivity warnings and grace periods.
## 2025-03-07 - 3.28.5 - fix(core)
Ensure proper resource cleanup during server shutdown.