You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements
Enhance robustness in tunneling: when either side disconnects, the other side can now fully clean up resources and wait for reconnection. Once the disconnected side restores the connection, service availability is quickly resumed.
Fix critical issues in resource and connection management, including unclosed listeners and resource closing failures, ensuring proper cleanup and preventing leaks.
Optimize connection handling logic, refining EOF behavior, correcting loop errors, and introducing explicit TLS handshake mechanisms for stable and reliable operation.
Add a TLS health check method to improve connection reliability and optimize timeout handling for smoother operation.
Simplify and optimize data exchange functions to improve efficiency during short-term data transfers.
Improve log display for easier debugging and operational clarity.