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
Sometimes arena participants appear to disappear from the leaderboard in Mimir. This appears to be caused by the fact that the Arena collection in Mimir's MongoDB is being stored based on avatar address.
Players can use the JoinArena action to join the next round early that hasn't started yet. This case should be considered in the Mimir walker.
When processing a JoinArena action that early registers for the next round, rather than the currently active round, the current round's information is being overwritten with the next round's information. I suspect this is the cause of this issue.
Sometimes arena participants appear to disappear from the leaderboard in Mimir. This appears to be caused by the fact that the Arena collection in Mimir's MongoDB is being stored based on avatar address.
Players can use the JoinArena action to join the next round early that hasn't started yet. This case should be considered in the Mimir walker.
Example
Mimir does not contains below:
Mimir side
Headless side
The text was updated successfully, but these errors were encountered: