We are using billboard devices to display users’ scores on a leaderboard.
The leaderboard updates in real-time whenever a user’s score changes during the game.
However, we are encountering an issue where User B is not seeing the correct text under the following process:
- Player A creates a game session and starts the game.
- Player A earns points, and the leaderboard continuously updates. Player A then takes a short break.
- Player B joins Player A’s session.
- When User B views the leaderboard, it should display in the format “A | {Score}”, but instead, it shows " | {Score}" without Player A’s name.
Could there be a reason for this issue? We are managing the billboard device using a single manager device, and I’m not sure why this problem is occurring.