-
Notifications
You must be signed in to change notification settings - Fork 77
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: add auto reconnect to curp client #972
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #972 +/- ##
==========================================
- Coverage 75.55% 75.19% -0.36%
==========================================
Files 180 192 +12
Lines 26938 28592 +1654
Branches 26938 28592 +1654
==========================================
+ Hits 20353 21500 +1147
- Misses 5366 5797 +431
- Partials 1219 1295 +76 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the principle behind changing an async method to a sync one, or vice versa? Please squash these commits into one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plz squash these commits.
@bsbds Your PR is in conflict and cannot be merged. |
2e7d80f
to
3dc9875
Compare
@bsbds Convert your pr to draft since CI failed |
3dc9875
to
fd409a5
Compare
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 14 days |
This PR was closed because it has been stalled for 14 days with no activity. |
This PR add the auto reconnect implementation for curp client, as a workaround for hyperium/tonic#1254. Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
7abac81
to
0baad73
Compare
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
0baad73
to
3f31145
Compare
This PR includes two major changes:
Please briefly answer these questions:
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)