You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
streamCli, err := cliebt.CreateStreamTransport(h.ctx, req)
if err != nil {
klog.CtxErrorf(h.ctx, "create stream transport to young server failed with error: %s", err.Error())
return
}
klog.CtxInfof(h.ctx, "create stream transport to young server success")
go func() {
h.ReportTaskResult()
}()
在客户端日志中,显示
create stream transport to young server success
而在服务端日志中,打印出
WARNING transport: http2Server.HandleStreams failed to read frame: connection has been closed wait read
@KafuuEriri That's not likely to be the cause. I guess there might be some issues related to grpc but it's hard to confirm. If you have this issue again, please tell me with the tcpdump.
客户端请求服务端时,connection被关闭,服务端未返回err
客户端代码
在客户端日志中,显示
而在服务端日志中,打印出
我查询到日志的来源是
kitex/pkg/remote/trans/nphttp2/grpc/http2_server.go
Line 412 in 1a81002
The text was updated successfully, but these errors were encountered: