Xray-core
Xray-core copied to clipboard
gRPC发现闪断bug v1.5.5
出现情况为客户端使用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
服务器配置 "streamSettings": { "network":"grpc", "grpcSettings": { "serviceName": "*****", "multiMode": true, "idle_timeout": 66, "health_check_timeout": 33, "permit_without_stream": true, "initial_windows_size": 0
the same problem