Sign In Register

How can we help you today?

Start a new topic

detecting duplicate CreateChallengeRequest

how to detect this kind of duplicate request?

 

{
 "@class":	".CreateChallengeRequest",
 "accessType":	"PRIVATE",
 "challengeMessage":	"Hey, lets to be friends!",
 "challengeShortCode":	"tc1_sc",
 "endTime":	"2018-12-31T12:00Z",
 "maxPlayers":	11,
 "minPlayers":	1,
 "usersToChallenge":	["57f89a754c9564055f8d5b36", "57f90eb2713f350561bcb564"],
 "requestId":	"1501540534_54"
}

 


 

{
 "@class":	".CreateChallengeRequest",
 "accessType":	"PRIVATE",
 "challengeMessage":	"Hey, lets to be friends!",
 "challengeShortCode":	"tc1_sc",
 "endTime":	"2018-12-31T12:00Z",
 "maxPlayers":	11,
 "minPlayers":	1,
 "usersToChallenge":	["57f89a754c9564055f8d5b36", "57f90eb2713f350561bcb564"],
 "requestId":	"1501540534_54"
}

 
as u can see that both are the same request but was sent twice. so how on server side this 2 duplicate request will operate? 

1 Comment

 Hi Ahsan,


Where did these two requests come from?


Cheers,

Omar

Login to post a comment