fix(remoteingress-core): ensure upstream writes cancel promptly and reliably deliver CLOSE_BACK frames

This commit is contained in:
2026-03-16 10:51:59 +00:00
parent 51ab32f6c3
commit 4b95a3c999
3 changed files with 23 additions and 9 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 4.5.8 - fix(remoteingress-core)
ensure upstream writes cancel promptly and reliably deliver CLOSE_BACK frames
- listen for stream cancellation while waiting on upstream write timeouts so FRAME_CLOSE does not block for up to 60 seconds
- replace try_send with send().await when emitting CLOSE_BACK frames to avoid silently dropping close notifications when the data channel is full
## 2026-03-16 - 4.5.7 - fix(remoteingress-core)
improve tunnel reconnect and frame write efficiency