Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bigquery/storage/managedwriter): faster context failure on send (g…
…oogleapis#10169) This is a minor PR that accelerates the failure loop for context expiration cases. Previously, the connection abstraction would deal with expired context on the receiver side, and this change simply checks context before allowing a new append to succeed. Tests already existed that exhibited this behavior, but were timing dependent and masked the issue (the receiver would close the connection fast enough). Fixes: https://togithub.com/googleapis/google-cloud-go/issues/10128
- Loading branch information