Does GNet guarantee messages to be ordered?

BlitzMax Forums/BlitzMax Programming/Does GNet guarantee messages to be ordered?

Ibmurai(Posted 2007) [#1]
Does GNet guarantee that if two messages are sent, the first one sent will be the first one recieved, by ALL peers?

I need to know if I have to take this into account in a game I'm working on, with a friend :)


TartanTangerine (was Indiepath)(Posted 2007) [#2]
It won't, you'd need to develop a message queuing system that processes transactions in the correct order.


Ibmurai(Posted 2007) [#3]
Thanks. Now we can get back to work :)

It's a quite simple task, but we didn't need the overhead, if GameNet already did it for us...