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

Rectify the default values for keep-alive timeout #1381

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

taonic
Copy link
Contributor

@taonic taonic commented Feb 8, 2024

What was changed

The default values for keep-alive were mistakenly assigned earlier. This PR brings the alignment with the server other SDKs:

Java:
https://github.com/temporalio/sdk-java/blob/master/temporal-serviceclient/src/main/java/io/temporal/serviceclient/ServiceStubsOptions.java#L333-L334

TS:
https://github.com/temporalio/sdk-typescript/blob/main/packages/client/src/connection.ts#L130-L131

Why?

Keep the default gRPC keep-alive consistent with server and other SDKs.

@taonic taonic requested a review from a team as a code owner February 8, 2024 18:27
@Quinn-With-Two-Ns Quinn-With-Two-Ns force-pushed the taonic/rectify_keepalive_timeouts branch from 44ad7a9 to 2a29483 Compare February 8, 2024 18:32
@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit 246a7d2 into master Feb 8, 2024
13 checks passed
@Quinn-With-Two-Ns Quinn-With-Two-Ns deleted the taonic/rectify_keepalive_timeouts branch February 8, 2024 20:53
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