This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

网关给多个终端发送数据间隔问题

网关给多个重新发一遍私有数据(数据长度几个字节),比如给10个终端挨个发一遍私有数据,

发送给不同的终端的时候中间要不要一点的间隔,测试发现太快的话会导致部分终端收不到数据,

相同的终端我可以组播,但是不同的终端只能挨个发送,这样就要考虑发送的间隔问题,

间隔多长时间可以避免个别终端收不到数据?