Skip to content

fix: ensure bytes cannot go negative on requests sent to the server#300

Merged
dpcollins-google merged 1 commit into
mainfrom
fix-negative-flow-control
Feb 18, 2022
Merged

fix: ensure bytes cannot go negative on requests sent to the server#300
dpcollins-google merged 1 commit into
mainfrom
fix-negative-flow-control

Conversation

@dpcollins-google

Copy link
Copy Markdown
Contributor

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
@dpcollins-google dpcollins-google requested review from a team February 17, 2022 15:26
@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