Skip to content

Commit

Permalink
* FIX [mqtt_tls] log fix
Browse files Browse the repository at this point in the history
Signed-off-by: wayne <[email protected]>
  • Loading branch information
StargazerWayne authored and JaylinYu committed Dec 28, 2023
1 parent d31621c commit aeb12f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mqtt/transport/tls/mqtt_tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,6 @@ mqtts_tcptran_ep_connect(void *arg, nni_aio *aio)
ep->backoff = ep->backoff > ep->backoff_max
? (nni_duration) (nni_random() % 1000)
: ep->backoff;
log_debug("reconnect in %ld", ep->backoff);
nni_msleep(ep->backoff);
} else {
ep->backoff = nni_random()%2000;
Expand Down

0 comments on commit aeb12f7

Please sign in to comment.