fix(PortProxy): Optimize connection cleanup logic in PortProxy by removing unnecessary delays.

This commit is contained in:
2025-02-27 15:30:20 +00:00
parent b3ba0c21e8
commit 9af968b8e7
3 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-27 - 3.16.6 - fix(PortProxy)
Optimize connection cleanup logic in PortProxy by removing unnecessary delays.
- Removed multiple await plugins.smartdelay.delayFor(0) calls.
- Improved performance by ensuring timely resource release during connection termination.
## 2025-02-27 - 3.16.5 - fix(PortProxy)
Improved connection cleanup process with added asynchronous delays