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

Add exponential backoff for mqtt_tcp #170

Merged
merged 4 commits into from
Apr 24, 2023
Merged

Add exponential backoff for mqtt_tcp #170

merged 4 commits into from
Apr 24, 2023

Conversation

JaylinYu
Copy link
Member

Fix #159 to make @ddd happy

@JaylinYu JaylinYu requested a review from wanghaEMQ April 24, 2023 05:47
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.10 ⚠️

Comparison is base (dd9b308) 59.41% compared to head (c06a705) 59.32%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #170      +/-   ##
==========================================
- Coverage   59.41%   59.32%   -0.10%     
==========================================
  Files         100      100              
  Lines       27447    27464      +17     
==========================================
- Hits        16307    16292      -15     
- Misses      11140    11172      +32     
Impacted Files Coverage Δ
src/mqtt/protocol/mqtt/mqtt_client.c 0.00% <ø> (ø)
src/mqtt/transport/tcp/mqtt_tcp.c 0.66% <0.00%> (-0.02%) ⬇️

... and 18 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@JaylinYu JaylinYu merged commit 6d58cf0 into main Apr 24, 2023
@JaylinYu JaylinYu deleted the jaylin/backoff branch April 24, 2023 11:39
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.

Need to connect exception backoff strategy. Need to be able to modify through configuration parameters
3 participants