fix(remoteingress-core): wait for hub-to-client draining before cleanup and reliably send close frames

This commit is contained in:
2026-03-16 09:02:02 +00:00
parent fd511c8a5c
commit c0e1daa0e4
3 changed files with 27 additions and 6 deletions

View File

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