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
When joining an online game with a character sheet, it often happens that the player makes modifications and those modifications are override by the GM's version because the GM touched the scene which sent an update to the player.
🔢 Steps to reproduce
...
🟢 Expected behavior
The character sheet dialog should always be in sync with the latest version of the character.
If the GM modifies the character, the dialog should display this version even if the player modified it
If the player modifies the character, the dialog should display this version even if the GM modified it.
The latest to do the modification wins.
🔴 Actual behavior
A race conditions makes updates very unreliable.
💅 Screenshots
Don
🖥 Desktop or Smartphone
OS: [e.g. iOS]
Browser: [e.g. chrome, safari]
Device: [e.g. iPhone6]
📄 Additional context
...
The text was updated successfully, but these errors were encountered:
🚩 Describe the bug
When joining an online game with a character sheet, it often happens that the player makes modifications and those modifications are override by the GM's version because the GM touched the scene which sent an update to the player.
🔢 Steps to reproduce
...
🟢 Expected behavior
The character sheet dialog should always be in sync with the latest version of the character.
If the GM modifies the character, the dialog should display this version even if the player modified it
If the player modifies the character, the dialog should display this version even if the GM modified it.
The latest to do the modification wins.
🔴 Actual behavior
A race conditions makes updates very unreliable.
💅 Screenshots
Don
🖥 Desktop or Smartphone
📄 Additional context
...
The text was updated successfully, but these errors were encountered: