I'm implementing reconnection to a custom Photon Server during a match, and I always receive the following error:
Operation failed: OperationResponse 226: ReturnCode: 32746 (Join failed: UserId 'killshow1523607348.5625-1857031781618890656' already joined the specified game (JoinMode=3).). Parameters: {} Server: GameServer
It happens even if i'm the only player in the room (I've also tried with several players), set PlayerTTL to 1s and wait 5s to try to reconnect. ReconnectAndJoin is call only 1 time and no other Connect calls are made.
Any ideas about why this could be happening? It used to work correctly with Photon Cloud, although the code has changed a bit to adapt it to the Photon Server.
I'm using Photon Unity Network 1.89 and Unity 2017.2.0p4.
Operation failed: OperationResponse 226: ReturnCode: 32746 (Join failed: UserId 'killshow1523607348.5625-1857031781618890656' already joined the specified game (JoinMode=3).). Parameters: {} Server: GameServer
It happens even if i'm the only player in the room (I've also tried with several players), set PlayerTTL to 1s and wait 5s to try to reconnect. ReconnectAndJoin is call only 1 time and no other Connect calls are made.
Any ideas about why this could be happening? It used to work correctly with Photon Cloud, although the code has changed a bit to adapt it to the Photon Server.
I'm using Photon Unity Network 1.89 and Unity 2017.2.0p4.