trpc-group / trpc-go

A pluggable, high-performance RPC framework written in golang
Other
838 stars 94 forks source link

question: affected/package: type:callee framework, code:141, msg:tcp client transport Write, cost:23.333992ms #191

Open xiaolibuzai-ovo opened 6 days ago

xiaolibuzai-ovo commented 6 days ago

Preliminary Research

Question type:callee framework, code:141, msg:tcp client transport Write, cost:23.333992ms

With trpc bidirectional streaming, this error occurs when transferring a lot of content

Additional Information

WineChord commented 6 days ago

A => B => C

It seems like the error occurred during B => C, and the error was returned to A by B. So you may check why B => C has this error (network issue?).

xiaolibuzai-ovo commented 6 days ago

A => B => C

It seems like the error occurred during B => C, and the error was returned to A by B. So you may check why B => C has this error (network issue?).

No, A=>B=>C, but B don't find any log

WineChord commented 6 days ago

Can you provide a minimal reproducible example? What is the logic of B => C?