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

Make GRPCTimeout extensible and add documentation. #689

Merged
merged 1 commit into from
Jan 8, 2020

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jan 8, 2020

Motivation:

Our error types should be extensible to avoid having to do a SemVer
major change to add a new case, this one was missed when other error
types were updated.

Modifications:

Make GRPCTimeout rely on a private enum internally. Add documentation.

Result:

Functionally, no real change.

Motivation:

Our error types should be extensible to avoid having to do a SemVer
major change to add a new case, this one was missed when other error
types were updated.

Modifications:

Make GRPCTimeout rely on a private enum internally. Add documentation.

Result:

Functionally, no real change.
@glbrntt glbrntt requested a review from MrMage January 8, 2020 12:03
@glbrntt glbrntt merged commit 5528071 into grpc:nio Jan 8, 2020
@glbrntt glbrntt deleted the gb-api-work-17 branch January 8, 2020 13:30
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