fix(PortProxy): Improve timeout handling for port proxy connections

This commit is contained in:
2025-02-21 23:33:15 +00:00
parent 59625167b4
commit 942e0649c8
3 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-02-21 - 3.9.2 - fix(PortProxy)
Improve timeout handling for port proxy connections
- Added console logging for both incoming and outgoing side timeouts in the PortProxy class.
- Updated the timeout event handlers to ensure proper cleanup of connections.
## 2025-02-21 - 3.9.1 - fix(dependencies)
Ensure correct ordering of dependencies and improve logging format.