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

feat(stream): fail pending request if server close stream without response #191

Merged
merged 2 commits into from
Nov 16, 2024

Conversation

mattisonchao
Copy link
Member

Motivation

in the GRPC stream, if the server normally closes the stream without a response. the client will have a pending request forever. we can fast fail that request in the case.

@merlimat merlimat merged commit 7ffdddd into main Nov 16, 2024
1 check passed
@merlimat merlimat deleted the feat.improve.stream branch November 16, 2024 18:58
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

Successfully merging this pull request may close these issues.

2 participants