mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
[Problem] Fix threading - MPF unresponsive during log compression #779
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Deterous on GitHub (Dec 22, 2024).
Originally assigned to: @mnadareski on GitHub.
MPF can take a few seconds or more to compress the log files. While it is doing so, the status is "Waiting for additional information.." (which is not the intended message), and the UI window cannot be moved, causing windows to think the app is unresponsive.
The threading at this point in the code needs fixing (such that the status is displayed properly) and so that the UI window remains responsive.