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

feat: Implement Subscriber, which handles flow control and batch message processing. #16

Merged
merged 7 commits into from Sep 15, 2020

Conversation

dpcollins-google
Copy link
Collaborator

No description provided.

Also small fix to retrying connection so it doesn't leak reads/writes from previous connections.
…nments.

Also slightly change the semantics of PermanentFailable to not fail a RetryingConnection on retryable errors from a watched awaitable.
This handles aggregating flow control requests without allowing them to get above the max int64 value.
…age processing.

Also ensure all asynchronous loopers are torn down when their underlying objects are.
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 14, 2020
@dpcollins-google dpcollins-google merged commit 697df4a into master Sep 15, 2020
@anguillanneuf anguillanneuf deleted the subscriber_impl branch March 25, 2022 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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