fix(remoteingress-core): cancel stale edge connections when an edge reconnects

This commit is contained in:
2026-03-17 12:33:28 +00:00
parent da01fbeecd
commit f9a739858d
3 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-17 - 4.8.8 - fix(remoteingress-core)
cancel stale edge connections when an edge reconnects
- Remove any existing edge entry before registering a reconnected edge
- Trigger the previous connection's cancellation token so stale sessions shut down immediately instead of waiting for TCP keepalive
## 2026-03-17 - 4.8.7 - fix(remoteingress-core)
perform graceful TLS shutdown on edge and hub tunnel streams