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

refactor: merge connecting and serving depots into one #49

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

kezhuw
Copy link
Owner

@kezhuw kezhuw commented Apr 28, 2024

Those two are there from initial day to keep pending_authes cross
reconnection. But turns out, it is verbose and confusing. Treating
pending_authes specially is enough for us to go.

By merging them into one, we could share partial state among connection
states, e.g. xid.

@kezhuw kezhuw force-pushed the merge-connecting-serving-depots branch from b6e70f9 to 7953dca Compare April 28, 2024 02:18
Those two are there from initial day to keep `pending_authes` cross
reconnection. But turns out, it is verbose and confusing. Treating
`pending_authes` specially is enough for us to go.

By merging them into one, we could share partial state among connection
states, e.g. `xid`.
@kezhuw kezhuw force-pushed the merge-connecting-serving-depots branch from 7953dca to 0c72c7a Compare April 28, 2024 02:39
@kezhuw kezhuw merged commit 9baa927 into master Apr 28, 2024
12 checks passed
@kezhuw kezhuw deleted the merge-connecting-serving-depots branch April 28, 2024 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant