In my game the server sends the data continuously to all clients, because I need to update frequently the map inside the game.
The only packet sended from players is an integer, when the space botton is pressed.
But this package arrives late, after 4-5 seconds (SistemLink)
The packetWriter.Position of this package is 0, and other ...