Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hide dynFrame if combat starts with living threads
nothing that we put into dynFrame threads is meant for in-combat execution anyways, so to avoid random unexpectedly short timeouts, pause execution if combat starts, and resume after combat ends. There's potential for WeakAuras to be 'broken' during that combat session (due to dynamic groups being Pause()'d), but we probably couldn't have unbroken it given that ResumeAllDynamicGroups is too costly to call during combat lockdown without risking a timeout. Fixes WeakAuras#4967 (or at least, reduces its likelihood)
- Loading branch information