You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way to cancel a match because sometimes a bug happens and wrong result is recorded.
There is already MatchCancelledEvent which we need to handle and revert all data that the MatchFinishedEvent added.
You need to make sure that MatchFinishedEvent has already happened because in some cases MatchCancelledEvent can be fired without MatchFinishedEvent.
The text was updated successfully, but these errors were encountered:
We need a way to cancel a match because sometimes a bug happens and wrong result is recorded.
There is already MatchCancelledEvent which we need to handle and revert all data that the MatchFinishedEvent added.
You need to make sure that MatchFinishedEvent has already happened because in some cases MatchCancelledEvent can be fired without MatchFinishedEvent.
The text was updated successfully, but these errors were encountered: