Hi @halukdemir. This is not a “broken” problem with the server. What it means is that the buffer the server maintains for the client device cannot keep up with the number of messages placed into its outgoing message buffer.
You’re sending too many messages from the server to the game client. There’s only so many messages a game device can receive per second. You should be conscious of this data flow in the design of your game.