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: Backlog never zero despite messages received #204

Merged
merged 1 commit into from Aug 3, 2021

Conversation

tmdiep
Copy link
Contributor

@tmdiep tmdiep commented Aug 2, 2021

Although all messages are received by the subscriber, there was always backlog and commits appeared to be delayed.

Fix: Since _receipts.popleft() is called, the receipt should be reinserted using _receipts.appendleft().

@tmdiep tmdiep requested review from a team as code owners August 2, 2021 10:44
@product-auto-label product-auto-label bot added the api: pubsublite Issues related to the googleapis/python-pubsublite API. label Aug 2, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 2, 2021
@dpcollins-google dpcollins-google merged commit b93a0bf into googleapis:master Aug 3, 2021
@tmdiep tmdiep deleted the fix_acktracker branch August 3, 2021 21:01
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. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants