fix(remoteingress-core): remove tunnel writer timeouts from edge and hub buffered writes

This commit is contained in:
2026-03-17 01:48:06 +00:00
parent e31c3421a6
commit 4bfb1244fc
4 changed files with 17 additions and 25 deletions

View File

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