-
Notifications
You must be signed in to change notification settings - Fork 76
chore: Add counter for total messages waiting to be sent #1691
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1691 +/- ##
========================================
Coverage 70.33% 70.34%
========================================
Files 266 266
Lines 10182 10191 +9
Branches 5618 5621 +3
========================================
+ Hits 7162 7169 +7
+ Misses 1543 1542 -1
- Partials 1477 1480 +3 ☔ View full report in Codecov by Sentry. |
kuznetsss
left a comment
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.
👍
| void | ||
| onWrite(boost::system::error_code ec, std::size_t) | ||
| { | ||
| LOG(perfLog_.info()) << tag() << "xinmeng sent message"; |
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.
@cindyyan317 was this intended to be included in the PR here? seems a bit user specific 🤔
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.
Hi That was a mistake. Thanks for pointing it out. Will remove it.
No description provided.