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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.8.10',
version: '4.8.11',
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.'
}