fix(PortProxy): Enhanced connection setup to handle pending data buffering before establishing outgoing connection

This commit is contained in:
2025-03-05 14:33:09 +00:00
parent 6532e6f0e0
commit bd9292bf47
3 changed files with 95 additions and 45 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-03-05 - 3.23.1 - fix(PortProxy)
Enhanced connection setup to handle pending data buffering before establishing outgoing connection
- Introduced pending data buffering to address issues with data reception before outgoing connection is fully established.
- Removed immediate data piping in favor of buffering to ensure complete initial data transfer.
- Added temporary data handler to collect incoming data during connection setup for precise activity tracking.
## 2025-03-03 - 3.23.0 - feat(documentation)
Updated documentation with architecture flow diagrams.