-
Notifications
You must be signed in to change notification settings - Fork 108
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
Progress inaccurately reported #95
Comments
Thanks @dmumladze ! |
@ctongfei thanks for replying on this. I'm using it in this project below. The class file with line number, where it's calling progress.stepBy(n) is below as well. |
What do you mean by " but the program finishes and overall progress isn't increased"? When the program finishes, at what location is the progress bar? |
It finishes at random percentage but not 100%. |
I face the same problem |
@dmumladze Seems to be a synchronization problem among threads. Have you tried labeling the methods as |
@ctongfei I’m using 0.7.4 version now and that has no such issue. |
@dmumladze Thanks. This would be a regression. I'll investigate |
@dmumladze Can you verify if |
Great little library, but I cannot seem to make it work in multi threaded environment, when threads are trying to increase the progress. I use sync block, but the program finishes and overall progress isn't increased. However, when used in a long running process, everything is working as expected.
The text was updated successfully, but these errors were encountered: