ai 매치 대결 중에 무승부가 났을때 서버 에러가 발생하여서 문의드립니다.
ai의 결과는 ai를 제외한 플레이어만 무승부에 집어넣고 보냈습니다.
gameResult.m_draws.Add(IngamePVPController.Instance.PlayerInfo.m_sessionId);
그리고 그 결과를 OnMatchResult를 통해 받은 내용은 아래와 같습니다.
Exception, status code: 500, reason: {“errorCode”:“ServerErrorException”,“message”:“Cannot read property ‘mmr’ of undefined”,“statusCode”:500}
결과 종합이 안되고 에러가 넘어오고 있습니다…