Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retro Timer: Wrong time when joining a session while a timer is active #202

Open
Nomandes opened this issue Dec 18, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Nomandes
Copy link
Contributor

Describe the bug
When the moderator has started a timer and a new participtant joins the board, his timer will differ from the other participants.

Technical origin
Bug originates from the fact that the visible timer is calculated from the local variable timerDuration which defines how long the timer already lasts. This value is not communicated to the new participant, so the timer starts at the original set time.

To Reproduce
Steps to reproduce the behavior:

  1. Create session with any browser
  2. Create a timer of any time
  3. Let pass some time
  4. Add a new participant
  5. See remaining timer at participants board

Expected behavior
The timer of the new participant should be the same as everybody else

Desktop (please complete the following information):

  • OS: macOS
  • Browser: Arch (Chrome)
  • Version: current
@Nomandes Nomandes added the bug Something isn't working label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant