fix(remoteingress-core): prevent stream data loss by applying backpressure and closing saturated channels

This commit is contained in:
2026-03-15 17:01:27 +00:00
parent 86d4e9889a
commit 4e9041c6a7
4 changed files with 31 additions and 13 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.4.0',
version: '4.4.1',
description: 'Edge ingress tunnel for DcRouter - accepts incoming TCP connections at network edge and tunnels them to DcRouter SmartProxy preserving client IP via PROXY protocol v1.'
}