Xray-core icon indicating copy to clipboard operation
Xray-core copied to clipboard

gRPC发现闪断bug v1.5.5

Open Tmalll opened this issue 3 years ago • 1 comments

出现情况为客户端使用Multi模式, 传输数据时会闪断, 使用gun模式时正常

测试命令: curl -o /dev/null https://speed.cloudflare.com/__down?bytes=209715200

以下为gRPC_Multi 日志 debug access.log error.log

以下为gRPC_Gun 日志 debug access.log error.log

Tmalll avatar May 05 '22 22:05 Tmalll

服务器配置 "streamSettings": { "network":"grpc", "grpcSettings": { "serviceName": "*****", "multiMode": true, "idle_timeout": 66, "health_check_timeout": 33, "permit_without_stream": true, "initial_windows_size": 0

Tmalll avatar May 05 '22 22:05 Tmalll

the same problem

hadow avatar Feb 08 '23 06:02 hadow