fix(remoteingress-core): initialize disconnect reason only when set in hub loop break paths

This commit is contained in:
2026-03-17 11:50:22 +00:00
parent 64572827e5
commit 38cde37cff
3 changed files with 10 additions and 2 deletions

View File

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