fix(PortProxy): Adjust timeout settings and handle inactivity properly in PortProxy.

This commit is contained in:
2025-03-05 18:24:28 +00:00
parent b317ab8b3a
commit fe8106f0c8
3 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-03-05 - 3.25.2 - fix(PortProxy)
Adjust timeout settings and handle inactivity properly in PortProxy.
- Changed initialDataTimeout default to 30 seconds for better handling of initial data reception.
- Adjusted keepAliveInitialDelay to 30 seconds for consistent socket optimization.
- Introduced proper inactivity handling with updated timeout logic.
- Parity check now accounts for a 120-second threshold for outgoing socket closure.
## 2025-03-05 - 3.25.1 - fix(PortProxy)
Adjust inactivity threshold to a random value between 20 and 30 minutes for better variability