fix(PortProxy): Ensure timeout values are within Node.js safe limits

This commit is contained in:
2025-03-06 23:08:57 +00:00
parent 138900ca8b
commit a14b7802c4
3 changed files with 32 additions and 17 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-03-06 - 3.28.3 - fix(PortProxy)
Ensure timeout values are within Node.js safe limits
- Implemented `ensureSafeTimeout` to keep timeout values under the maximum safe integer for Node.js.
- Updated timeout configurations in `PortProxy` to include safety checks.
## 2025-03-06 - 3.28.2 - fix(portproxy)
Adjust safe timeout defaults in PortProxy to prevent overflow issues.