TheFiveMemberTeam / Retrograde-DarkOrbit

0 stars 0 forks source link

Timer is not kept across page refresh #39

Closed JacobAKnox closed 2 months ago

JacobAKnox commented 2 months ago

3 hr If the page is refreshed, the timer is blank until the next phase update

JosephTenEyck commented 2 months ago

Have server send the absolute time it sent the START TIMER event to the client along with the event itself. That way, whenever the client gets the information, it is counting down to an expected and server known time.

JacobAKnox commented 2 months ago

bug was fixed and task is ready for review, see PR #68