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

grpc-js: Send backoffOptions to BackoffTimeout #1987

Conversation

cosmin19
Copy link

Send the BackoffOptions to the BackoffTimeout just as in subchannel.ts, line 221. Without this code, grpc.initial_reconnect_backoff_ms and grpc.max_reconnect_backoff_ms are not used at all in the gRPC client and the retry will always use the default values (1000 and 120000)

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Dec 10, 2021

CLA Signed

The committers are authorized under a signed CLA.

@murgatroid99
Copy link
Member

Thank you for the PR. This looks like a good change. I am not allowed to merge it until you sign the CLA.

@cosmin19
Copy link
Author

I have signed the CLA but the PR still appears as unauthorized. What should I do next?

@murgatroid99
Copy link
Member

It looks like you are a different GitHub user than the one that created the commit. The CLA bot comment says that the commit is not authorized, which means that the CLA was not signed for that user. You can fix this by changing the commit to have your email as the committer, or by signing the CLA for that other GitHub user.

@cloverheap
Copy link
Contributor

Fixed

Copy link
Member

@murgatroid99 murgatroid99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. This will be published in an upcoming patch release soon.

@murgatroid99 murgatroid99 merged commit 0a40a79 into grpc:@grpc/grpc-js@1.4.x Dec 13, 2021
@murgatroid99
Copy link
Member

I have published this in version 1.4.4

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.

None yet

4 participants