You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After terminating the process with Ctrl-C it does not actually close and timers continue to run in the background before erroring when trying to write to console.
This behaviour is not seen when disabling the progress bars and only requires a new instance of the MultiProgressBars class to be created. Its not affected by calling .close or .cleanup.
I thought so too, but debugging it it seems to still be called which was very confusing. From the looks of things everything works fine dealing with redirecting the console after close and its a issue with SIGINT from crl-c. As for why the process continues in the background but with console as null I'm lost.
After terminating the process with Ctrl-C it does not actually close and timers continue to run in the background before erroring when trying to write to console.
This behaviour is not seen when disabling the progress bars and only requires a new instance of the MultiProgressBars class to be created. Its not affected by calling .close or .cleanup.
You can checkout the codebase I'm trying to use it in here: https://github.com/Inrixia/Floatplane-Downloader/tree/5dae0aa57be48cbb87bebc0bfa4f2c3fcad18eef
The text was updated successfully, but these errors were encountered: