Client: Error: 1003 Master server closed connection

When repetitive connecting to room and disconnecting from the room for 4-5 times getting random error while connecting to Game Server
Client: Error: 1003 Master server closed connection

Sequence of state changes are
ConnectedToNameServer
ConnectingToMasterserver
ConnectedToMaster
JoinedLobby
ConnectingToGameserver
ConnectedToGameserver
Joined
JoinedLobby // disconnected from game server
ConnectingToGameserver
ConnectedToGameserver
Joined
JoinedLobby // disconnected from game server
ConnectingToGameserver
ConnectedToGameserver
Joined
JoinedLobby // disconnected from game server
ConnectingToGameserver
ConnectedToGameserver
Joined
JoinedLobby // disconnected from game server
ConnectingToGameserver
ConnectedToGameserver
Joined
JoinedLobby // disconnected from game server
Error // Error coming when connecting to game server again
Disconnected

Comments

  • Hello.
    What's in client log?
    I can't reproduce this with demo-loadbalancing. Random Join - Leave infinite sequence works fine.
    Maybe you can provide a small app reproducing the issue?