Hi,
i has problem when i send data from device to other via UDP Socket
when i call UDP.Send(UDPPacket) 20 times (once per 50ms)
it send the 20 packet all in 1ms !!
it make ther other device freeze while receiving all packets in same time
i read in the documentation
Send (Packet As UDPPacket)
Sends a Packet. The packet will be sent in the background (asynchronously).
is this the problem ? if so how to fix this issue i spent too much time to determine that the problem in the socket
thanks
i has problem when i send data from device to other via UDP Socket
when i call UDP.Send(UDPPacket) 20 times (once per 50ms)
it send the 20 packet all in 1ms !!
it make ther other device freeze while receiving all packets in same time
i read in the documentation
Send (Packet As UDPPacket)
Sends a Packet. The packet will be sent in the background (asynchronously).
is this the problem ? if so how to fix this issue i spent too much time to determine that the problem in the socket
thanks