Hi,
I am using the reliable message communication to measure Round-trip time based on the Light switch example.
I noticed that in high traffics, some packets are not acknowledged and the log on the client side is "Acknowledged transfer cancelled".
However, I am not sure when this situation happens exactly?
Is it possible that the packet is arrived and processed by server but the acknowledgment is lost?
Or can I use this as a metric to show the packet loss percentage?
Thanks in advance!