fix(PortProxy): Fix handling of optional outgoing socket in PortProxy

This commit is contained in:
2025-02-21 23:57:54 +00:00
parent ad8c667dec
commit a8131ece26
3 changed files with 29 additions and 15 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-21 - 3.9.3 - fix(PortProxy)
Fix handling of optional outgoing socket in PortProxy
- Refactored the cleanUpSockets function to correctly handle cases where the outgoing socket may be undefined.
- Ensured correct handling of socket events with non-null assertions where applicable.
- Improved robustness in connection establishment and cleanup processes.
## 2025-02-21 - 3.9.2 - fix(PortProxy)
Improve timeout handling for port proxy connections