fix(PortProxy): Improved connection cleanup process with added asynchronous delays

This commit is contained in:
2025-02-27 15:05:38 +00:00
parent 6ca14edb38
commit ef707a5870
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2025-02-27 - 3.16.5 - fix(PortProxy)
Improved connection cleanup process with added asynchronous delays
- Connection cleanup now includes asynchronous delays for reliable order of operations.
## 2025-02-27 - 3.16.4 - fix(PortProxy)
Fix and enhance port proxy handling