-
Notifications
You must be signed in to change notification settings - Fork 80
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
ttrpc client send hang, even ctx is timeout. #174
Comments
What version of ttrpc are you using on the client? From your line numbers, it appears you may be using an old version. We fixed a deadlock in the client in v1.2.4, it could be what you are hitting: 1b4f6f8 |
some stack
It will hit 1b4f6f8
@kevpar i use https://github.com/containerd/ttrpc-rust as ttrpc server. |
I review this pr 1b4f6f8
If c.channel.send return there will not be dead lock. If reader don't have chance to read data(hang at c.getStream ) ,will c.channel.send hang ?
can you show me your testcase ? |
ttrpc send hang, even ctx is timeout
The text was updated successfully, but these errors were encountered: