J
Julie
I am using a UdpClient object to receive UDP messages over a local
Ethernet network, all from the same client. I am noticing now that I'm
not receiving all of the messages. I suppose this makes sense, since I
know UDP messages are not guaranteed to be received.
On the other hand, I guess I foolishly came to believe that all
messages were being received because during previous debugging, I
noticed that I could be at a breakpoint while multiple messages were
being received; then up to a minute later finally step to
UdpClient.Receive(), and the first of the messages would still be
waiting for me there.
Which behavior is expected?
Ethernet network, all from the same client. I am noticing now that I'm
not receiving all of the messages. I suppose this makes sense, since I
know UDP messages are not guaranteed to be received.
On the other hand, I guess I foolishly came to believe that all
messages were being received because during previous debugging, I
noticed that I could be at a breakpoint while multiple messages were
being received; then up to a minute later finally step to
UdpClient.Receive(), and the first of the messages would still be
waiting for me there.
Which behavior is expected?