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: ensure bytes cannot go negative on requests sent to the server #300

Merged
merged 1 commit into from
Feb 18, 2022

Conversation

dpcollins-google
Copy link
Collaborator

This can happen if the server sends a message that goes over the byte limit, which should never happen, but apparently does in edge cases. This ensures that the client doesn't fail if this happens.

fixes: #294

This can happen if the server sends a message that goes over the byte limit, which should never happen, but apparently does in edge cases. This ensures that the client doesn't fail if this happens.

fixes: #294
@product-auto-label product-auto-label bot added the api: pubsublite Issues related to the googleapis/python-pubsublite API. label Feb 17, 2022
@dpcollins-google dpcollins-google merged commit 6d3690a into main Feb 18, 2022
@dpcollins-google dpcollins-google deleted the fix-negative-flow-control branch February 18, 2022 15:43
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 18, 2022
🤖 I have created a release *beep* *boop*
---


## [1.4.0](v1.3.0...v1.4.0) (2022-02-18)


### Features

* add api key support ([#291](#291)) ([f0d65ca](f0d65ca))


### Bug Fixes

* ensure bytes cannot go negative on requests sent to the server ([#300](#300)) ([6d3690a](6d3690a)), closes [#294](#294)
* ensure that _failure_task exception is always retrieved ([#301](#301)) ([579abf3](579abf3))
* resolve DuplicateCredentialArgs error when using credentials_file ([b7ed9ad](b7ed9ad))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsublite Issues related to the googleapis/python-pubsublite API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asynchronous Subscription Begins to Fail After Some Time
2 participants