Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xiaolibuzai-ovo opened this issue Nov 25, 2024 · 3 comments
Labels
question Further information is requested

Comments

@xiaolibuzai-ovo
Copy link

Preliminary Research

  • [ ✅ ] I have read the project's documentation.
  • [ ✅ ] I have searched existing issues for similar questions to see if my question has already been addressed.

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

@xiaolibuzai-ovo xiaolibuzai-ovo added the question Further information is requested label Nov 25, 2024
@WineChord
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants