DigitalExtinction/Game

de_net: Add support for message ordering

Indy2222 opened this issue · 0 comments

At times it is necessary to deliver a message only after all previously sent reliable messages were successfully delivered.

For example, this is necessary during game readiness staging: a game cannot start until all players spawn all their objects on the map.