-
Notifications
You must be signed in to change notification settings - Fork 6
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
bug: progressbar not cleared after span closed #10
Comments
this is originally a workaround for the `deadlock` found in issue emersonford#10
Is it a deadlock in that the program never terminates? Or just that the progress bar doesn't disappear, but the program still exits? |
Nope. It's the progress bar never disappear. |
I will write a minimum reproduce code later. Also, in the multithread example, everything works fine; the main difference to the example is, tasks were spawned on tokio multithread runtime. |
@emersonford could you check my example code? Update: Oops. It's not a deadlock issue |
pb_manager.lock()
inside on_close
The text was updated successfully, but these errors were encountered: