mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-07 21:30:16 +00:00
[Problem] Fix threading - MPF unresponsive during log compression #782
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.
@mnadareski commented on GitHub (Dec 24, 2024):
This should be taken care of as of
ce9c6d1f52. The discussion around this issue largely took place in Discord and involved a lot of back-and-forth testing of different possible solutions. This one surprised us and seemed to have worked.