sorry for my english.
Hello, creating a multiplayer game faced a problem. The client is flooding with udp requests and the server is working too slow, so the position of the player in the screen of another player is very different from the real ones.
The client sends requests via while(true) and the server runs in the same cycle.
is it possible to somehow reduce the load?
Thank you in advance!