The progress bar no longer progresses smoothly

Issue #186 resolved
Andrew Theel created an issue

The deploy bar no longer progresses in a smooth fashion and instead increments in large jumps. This is because we are using GRI.ElaspedTime which is int and not float and is not very accurate either.

I suggest we revert back to having client and server time separate.

Comments (2)

  1. Log in to comment