Skip to content

grpc connection添加keep-alive #590

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

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

jianliu
Copy link
Contributor

@jianliu jianliu commented Mar 23, 2025

#589 grpc 连接增加keepalive,解决极端情况下连接失效无法感知的问题

Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 20.58%. Comparing base (1ca6a8b) to head (d1659c1).
Report is 11 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #590      +/-   ##
============================================
+ Coverage     20.46%   20.58%   +0.12%     
- Complexity      833      840       +7     
============================================
  Files           334      339       +5     
  Lines         13233    13495     +262     
  Branches       1702     1735      +33     
============================================
+ Hits           2708     2778      +70     
- Misses        10171    10363     +192     
  Partials        354      354              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SkyeBeFreeman SkyeBeFreeman merged commit f4dfbf6 into polarismesh:main Mar 26, 2025
10 checks passed
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.

Grpc Connector 无法快速感知极端网络情况下连接失效的情况
2 participants