FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: don't start a retry timer if connection was closed due to being … by agrawal-siddharth · Pull Request #2942 · googleapis/java-bigquerystorage · GitHub

This repository was archived by the owner on Feb 24, 2026. It is now read-only.

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

Merged
agrawal-siddharth merged 1 commit into
googleapis:mainfrom
agrawal-siddharth:idleclose
Apr 22, 2025
Merged

fix: don't start a retry timer if connection was closed due to being …#2942
agrawal-siddharth merged 1 commit into
googleapis:mainfrom
agrawal-siddharth:idleclose

Conversation

Copy link
Copy Markdown
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 requested review from a team and shollyman April 19, 2025 01:41
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 requested review from yirutang and removed request for shollyman April 19, 2025 01:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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


Back | FazBrowse Home | New Git URL