-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
stale progress reporting #7311
Labels
Comments
akosyakov
added
bug
bugs found in the application
notifications
issues related to notifications
labels
Mar 10, 2020
AlexTugarev
added a commit
that referenced
this issue
Mar 11, 2020
AlexTugarev
added a commit
that referenced
this issue
Mar 11, 2020
Fixes #7311 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
AlexTugarev
added a commit
that referenced
this issue
Mar 11, 2020
Fixes #7311 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
AlexTugarev
added a commit
that referenced
this issue
Mar 11, 2020
Fixes #7311 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
AlexTugarev
added a commit
that referenced
this issue
Mar 11, 2020
Fixes #7311 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
AlexTugarev
added a commit
that referenced
this issue
Mar 11, 2020
Fixes #7311 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
AlexTugarev
added a commit
that referenced
this issue
Mar 11, 2020
Fixes #7311 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
AlexTugarev
added a commit
that referenced
this issue
Mar 11, 2020
Fixes #7311 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
AlexTugarev
added a commit
that referenced
this issue
Mar 11, 2020
Fixes #7311 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
akosyakov
pushed a commit
that referenced
this issue
Mar 11, 2020
Fixes #7311 Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I've noticed that progress reporting in the explorer runs forever sometimes. During debugging of such cases I see that all progress tasks are properly cleaned up but progress is still rendered.
I think there is a race condition here:
theia/packages/core/src/browser/progress-location-service.ts
Lines 68 to 76 in d0e00c5
If several progresses running the last one win cancel out event for previous, so the explorer location never sees
done
event for instance.cc @AlexTugarev
The text was updated successfully, but these errors were encountered: