fix(remoteingress-core): improve tunnel failure detection and reconnect handling

This commit is contained in:
2026-03-17 00:15:10 +00:00
parent 96e7ab00cf
commit 1afd0e5347
4 changed files with 64 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-17 - 4.7.1 - fix(remoteingress-core)
improve tunnel failure detection and reconnect handling
- Enable TCP keepalive on edge and hub connections to detect silent network failures sooner
- Trigger immediate reconnect or disconnect when tunnel writer tasks fail instead of waiting for liveness timeouts
- Prevent active stream counter underflow during concurrent connection cleanup
## 2026-03-16 - 4.7.0 - feat(edge,protocol,test)
add configurable edge bind address and expand flow-control test coverage