Indomet / WioPlay

1 stars 1 forks source link

Music slowdown during burndown chart update and transition - [closed] #123

Closed Indomet closed 1 year ago

Indomet commented 1 year ago

In GitLab by @mehmetas on May 16, 2023, 20:20

Merges fix-music-delay-in-burndown-chart -> main

Which bug does this MR address?

Fixes #50 The bug was fixed by implementing a non-blocking delay. This means that the delay in the music playback during the update and transition to the burndown chart is now handled in a way that allows other processes to continue running concurrently without being blocked.

By using the non blocking delay, the music playback is no longer affected by the update and transition process, resulting in a smoother experience for the users.The merge request makes the delaying better but it is not perfect due to hardware limitations.

Related issues

[Related to #20 and #9]

Indomet commented 1 year ago

In GitLab by @mehmetas on May 16, 2023, 20:20

requested review from @mohamadk

Indomet commented 1 year ago

In GitLab by @mehmetas on May 16, 2023, 20:29

added 1 commit

Compare with previous version

Indomet commented 1 year ago

In GitLab by @mehmetas on May 16, 2023, 20:33

tried fixing the deleted code from main because of a merge conflict