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

fix(bigquery/storage/managedwriter): fix flowcontrol refund on error #9649

Merged
merged 1 commit into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. fix(bigquery/storage/managedwriter): fix flowcontrol refund on error

    Previously, connection's `lockingAppend` did not properly refund the
    connection's flow controller if the send response errored.  This PR
    addresses that issue, and includes a test to ensure the correct
    behavior.
    
    Fixes: googleapis#9540
    shollyman committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    007fd73 View commit details
    Browse the repository at this point in the history