fix(remoteingress-core): remove tunnel writer timeouts from edge and hub buffered writes

This commit is contained in:
2026-03-17 01:48:06 +00:00
parent e31c3421a6
commit 4bfb1244fc
4 changed files with 17 additions and 25 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-17 - 4.8.1 - fix(remoteingress-core)
remove tunnel writer timeouts from edge and hub buffered writes
- Drops the 30 second timeout wrapper around writer.write_all and writer.flush in both edge and hub tunnel writers.
- Updates error logging to report write failures without referring to stalled writes.
## 2026-03-17 - 4.8.0 - feat(events)
include disconnect reasons in edge and hub management events