Skip to content

Conversation

@qsrg
Copy link
Contributor

@qsrg qsrg commented Dec 23, 2025

Which Issue(s) This PR Fixes

Fixes #9949

Brief Description

How Did You Test This Change?

request.setLanguage(clientConfig.getLanguage());
request.setBody(heartbeatData.encode());
RemotingCommand response = this.remotingClient.invokeSync(addr, request, timeoutMillis);
RemotingCommand response = this.remotingClient.invokeSync((MixAll.brokerVIPChannel(this.clientConfig.isVipChannelEnabled(), addr)), request, timeoutMillis);
Copy link
Contributor

Choose a reason for hiding this comment

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

多了一个括号

Copy link
Contributor Author

Choose a reason for hiding this comment

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

多了一个括号
已删除多余的括号

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.77%. Comparing base (684e733) to head (c2bf68f).
⚠️ Report is 6 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9950      +/-   ##
=============================================
- Coverage      48.85%   48.77%   -0.09%     
- Complexity     12769    12972     +203     
=============================================
  Files           1324     1324              
  Lines          96399    97251     +852     
  Branches       12433    12523      +90     
=============================================
+ Hits           47098    47435     +337     
- Misses         43562    44057     +495     
- Partials        5739     5759      +20     

☔ 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.

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.

[Enhancement] Use the same connection to send the heartbeat for keepalive

4 participants