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

Add interceptor pipeline timeouts #1006

Merged

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Oct 22, 2020

Motivation:

Some RPCs set a deadline, we should support that!

Modifications:

  • Add a deadline to the interceptor pipeline.
  • Fixed a bug in ClientTransport where we may leave some buffered writes
    behind

Result:

Calls using the interceptor pipeline may timeout.

Motivation:

Some RPCs set a deadline, we should support that!

Modifications:

- Add a deadline to the interceptor pipeline.
- Fixed a bug in ClientTransport where we may leave some buffered writes
  behind

Result:

Calls using the interceptor pipeline may timeout.
@glbrntt glbrntt added the 🆕 semver/minor Adds new public API. label Oct 22, 2020
@glbrntt glbrntt requested a review from Lukasa October 22, 2020 10:42
@glbrntt glbrntt merged commit b82aefc into grpc:gb-feature-interceptors Oct 23, 2020
@glbrntt glbrntt deleted the gb-feature-interceptors-05 branch October 23, 2020 12:59
glbrntt added a commit that referenced this pull request Oct 29, 2020
Motivation:

Some RPCs set a deadline, we should support that!

Modifications:

- Add a deadline to the interceptor pipeline.
- Fixed a bug in ClientTransport where we may leave some buffered writes
  behind

Result:

Calls using the interceptor pipeline may timeout.
glbrntt added a commit that referenced this pull request Nov 6, 2020
Motivation:

Some RPCs set a deadline, we should support that!

Modifications:

- Add a deadline to the interceptor pipeline.
- Fixed a bug in ClientTransport where we may leave some buffered writes
  behind

Result:

Calls using the interceptor pipeline may timeout.
glbrntt added a commit that referenced this pull request Nov 12, 2020
Motivation:

Some RPCs set a deadline, we should support that!

Modifications:

- Add a deadline to the interceptor pipeline.
- Fixed a bug in ClientTransport where we may leave some buffered writes
  behind

Result:

Calls using the interceptor pipeline may timeout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants