-
- Downloads
net/emcute: use correct number of retries
syncsend() is used also for the initial packet, so resending while (retries <= EMCUTE_N_RETRY) is the correct behavior.
Please register or sign in to comment
syncsend() is used also for the initial packet, so resending while (retries <= EMCUTE_N_RETRY) is the correct behavior.