Replies: 1 comment 1 reply
-
I think It happens because actual progress isn't made to call ProgressBarRenderer.render() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use uneven cycle (download objects with different size) timer doesn't display (real) spent time during downloading proccess, it updates current and estimated time only when I call new stepTo method.
It looks like:
1 1/73 (0:00:01 / 0:10:00)
2 1/73 (0:00:01 / 0:10:00)
3 1/73 (0:00:01 / 0:10:00)
4 2/73 (0:00:04 / 0:15:00)
5 2/73 (0:00:04 / 0:15:00)
Not:
1 1/73 (0:00:01 / 0:00:00)
2 1/73 (0:00:02 / 0:00:00)
3 1/73 (0:00:03 / 0:00:00)
4 2/73 (0:00:04 / 0:00:00)
5 2/73 (0:00:05 / 0:00:00)
Beta Was this translation helpful? Give feedback.
All reactions