fix(PortProxy): Ensure proper cleanup on connection rejection in PortProxy

This commit is contained in:
2025-02-22 05:41:29 +00:00
parent c2547036fd
commit 2b266ca779
3 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2025-02-22 - 3.9.4 - fix(PortProxy)
Ensure proper cleanup on connection rejection in PortProxy
- Added cleanup calls after socket end in connection rejection scenarios within PortProxy
## 2025-02-21 - 3.9.3 - fix(PortProxy)
Fix handling of optional outgoing socket in PortProxy