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

[exchange_server] Remove send messages queue, and send message directly #886

Merged
merged 4 commits into from
Mar 5, 2024

* MDF [exchange_server] Use exchange_do_send() to send msgs

fe063f6
Select commit
Loading
Failed to load commit list.
Merged

[exchange_server] Remove send messages queue, and send message directly #886

* MDF [exchange_server] Use exchange_do_send() to send msgs
fe063f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2024 in 0s

65.15% (-0.05%) compared to 98e6304

View this Pull Request on Codecov

65.15% (-0.05%) compared to 98e6304

Details

Codecov Report

Attention: Patch coverage is 78.57143% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 65.15%. Comparing base (98e6304) to head (fe063f6).

Files Patch % Lines
src/mqtt/protocol/exchange/exchange_server.c 78.57% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #886      +/-   ##
==========================================
- Coverage   65.19%   65.15%   -0.05%     
==========================================
  Files         130      130              
  Lines       37947    37903      -44     
==========================================
- Hits        24739    24695      -44     
  Misses      13208    13208              

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