console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.21k stars 238 forks source link

MultiProgress second ProgressBar extremely delayed #643

Closed LDprg closed 1 month ago

LDprg commented 1 month ago

I am having a MultiProgress where I add a ProgressBar after another finishes. However it gets displayed like 4-6 seconds after the first one finishes.

I am making heavy use of tokio if this matters.

djc commented 1 month ago

Unless you can come up with a reproducible example it willbe hard to dig into this more.

LDprg commented 1 month ago

Will send one. I wasn't able to access my laptop with the code until now (the reason why I didn't include one)

LDprg commented 1 month ago

Got the time today to inspect my code and found a bug delaying the creation of the progress bar. However I was just a small implementation fault from my.

Sry for bothering you.