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

streaming call is not canceled when channel is dropped #150

Closed
BusyJay opened this issue Jan 10, 2018 · 2 comments
Closed

streaming call is not canceled when channel is dropped #150

BusyJay opened this issue Jan 10, 2018 · 2 comments

Comments

@BusyJay
Copy link
Member

BusyJay commented Jan 10, 2018

We observe that in some case streaming call won't be canceled automatically when underlying channel is dropped. It can be reproduced reliably with TiKV, though a simple ping pong example can't reproduced it yet.

@siddontang
Copy link
Contributor

a simple ping pong example can't reproduced it yet

Does it use a Unary API? Maybe we should use a BiDirectional API?

@BusyJay
Copy link
Member Author

BusyJay commented Jan 11, 2018

No, it's a duplex streaming call.

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

No branches or pull requests

3 participants