feat(PortProxy): Add active connection tracking and logging in PortProxy

This commit is contained in:
2025-02-21 23:05:17 +00:00
parent 4854d7c38d
commit ba787729e8
3 changed files with 113 additions and 78 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-21 - 3.8.0 - feat(PortProxy)
Add active connection tracking and logging in PortProxy
- Implemented a feature to track active incoming connections in PortProxy.
- Active connections are now logged every 10 seconds for monitoring purposes.
- Refactored connection handling to ensure proper cleanup and logging.
## 2025-02-21 - 3.7.3 - fix(portproxy)
Fix handling of connections in PortProxy to improve stability and performance.