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
[tunnel] close active connections when TunnelNode is deleted
When a TunnelNode is deleted, the server now cancels all active
connections for that node instead of leaving them open indefinitely.
Each connection gets a cancelable context that is triggered on
deletion, unblocking the handler's select loop and running cleanup.
Adds CloseConnectionsByName for the case where the object is already
gone and only the name is available (e.g. multicluster reconciler
IsNotFound path).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments