fix(remoteingress-core): guard tunnel frame sends with cancellation to prevent async send deadlocks

This commit is contained in:
2026-03-17 12:47:03 +00:00
parent 9a8760c18d
commit bfd9e58b4f
4 changed files with 41 additions and 11 deletions

View File

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