Clear online matching entries after one match
This commit is contained in:
parent
1de4d8c406
commit
1ab148a50a
@ -676,6 +676,8 @@ public class CardServiceController : WebApiController
|
|||||||
throw new HttpException(400,"Matching Id mismatch!");
|
throw new HttpException(400,"Matching Id mismatch!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Only one matching at a time
|
||||||
|
OnlineMatchingEntries.Clear();
|
||||||
var result = new OnlineMatchingResult
|
var result = new OnlineMatchingResult
|
||||||
{
|
{
|
||||||
Status = 1
|
Status = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user