Skip to content

fix: don't start a retry timer if connection was closed due to being … #2942

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

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

agrawal-siddharth
Copy link
Contributor

…idle

An idle connection will be closed by the server after 10 minutes of inactivity. At some later time, the client may wish to resume sending traffic. At this time, in case we receive another disconnect event from the server, we should not count the time that has elapsed from the earlier idle disconnect. Instead, the time should begin from the latest disconnect event.

@agrawal-siddharth agrawal-siddharth requested a review from a team as a code owner April 19, 2025 01:41
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. labels Apr 19, 2025
@agrawal-siddharth agrawal-siddharth requested review from yirutang and removed request for shollyman April 19, 2025 01:41
@agrawal-siddharth agrawal-siddharth merged commit e17ada2 into googleapis:main Apr 22, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants