Skip to content

Commit

Permalink
* FIX [dialer] Fix the repeat dialing.
Browse files Browse the repository at this point in the history
Signed-off-by: wangha <[email protected]>
  • Loading branch information
wanghaEMQ authored and JaylinYu committed Jan 14, 2025
1 parent 2c6bb00 commit 1b5fad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/dialer.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,5 +578,6 @@ nni_dialer_off(nni_dialer *d)
nni_mtx_unlock(&dialers_lk);

nni_atomic_flag_reset(&d->d_started);
nni_aio_stop(&d->d_tmo_aio);
nni_dialer_rele(d);
}
}

0 comments on commit 1b5fad6

Please sign in to comment.