fix(remoteingress-core): stop data frame send loops promptly when stream cancellation is triggered

This commit is contained in:
2026-03-17 12:57:04 +00:00
parent 0161a2589c
commit f71b2f1876
4 changed files with 17 additions and 9 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-17 - 4.8.11 - fix(remoteingress-core)
stop data frame send loops promptly when stream cancellation is triggered
- Use cancellation-aware tokio::select! around data channel sends in both edge and hub stream forwarding paths
- Prevent stalled or noisy shutdown behavior when stream or client cancellation happens while awaiting frame delivery
## 2026-03-17 - 4.8.10 - fix(remoteingress-core)
guard tunnel frame sends with cancellation to prevent async send deadlocks