NetworkDesign: Difference between revisions
Content deleted Content added
imported>StephenIerodiaconou |
imported>StephenIerodiaconou |
||
Line 87:
The Read method is blocking, when you call the Read method it either returns a message from the queue or if the queue is empty the thread blocks (sleeps) until one arrives.
That is the basic idea of the Network Manager; however, the manager gets a bit more complex as a result of the need to support Server to Client messages that are bigger than one UDP package. Note that the manager just sends the stream of packets once and doesn't confirm if any of the messages are received. Please refer to [[
=Message Types=
| |||