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

Unify connect and initialize operations into one #614

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

rpiaggio
Copy link
Collaborator

A connected but uninitialized client is of no use for any API client. Therefore, this PR unifies both operations into one (retriable) operation.

This dramatically simplifies the internals of the client, making it simpler to maintain and detect bugs.

In particular, I think this finally fixes some issues with the retry logic.

Copy link
Collaborator

@cquiroz cquiroz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rpiaggio rpiaggio merged commit 0459ff5 into master Jul 23, 2024
18 checks passed
@rpiaggio rpiaggio deleted the retry-init branch July 23, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants