All the players are masters
I am making a game, while debugging everything went well after 30 seconds all the connected players turned out to be master players... why is this happening?
Replies (1)
Last message on 6 Mar 2016
Size43
(Administrator)
on
6 Mar 2016, 17:27:48
You'll be disconnected from the server if the client doesn't respond to the server. If you pause the game in debugging, you'll be kicked after ~30 seconds unless a full step event is executed.
This is unfortunately something that happens when writing applications that communicate over a network.