[PR #672] [MERGED] Fix Check UI deadlock #1098

Open
opened 2026-01-29 16:25:23 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/672
Author: @Deterous
Created: 3/7/2024
Status: Merged
Merged: 3/7/2024
Merged by: @mnadareski

Base: masterHead: fix-check


📝 Commits (3)

📊 Changes

4 files changed (+71 additions, -10 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/UI/ViewModels/CheckDumpViewModel.cs (+60 -8)
📝 MPF.UI.Core/Windows/CheckDumpWindow.xaml (+1 -1)
📝 MPF.UI.Core/Windows/CheckDumpWindow.xaml.cs (+9 -1)

📄 Description

No longer hangs when performing async tasks in Check UI
net40 is still broken, which is not a change in functionality


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/672 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `fix-check` --- ### 📝 Commits (3) - [`5be29fe`](https://github.com/SabreTools/MPF/commit/5be29fefd5b9b0e33ecf966fb732853c16a1f761) Fix Check UI deadlock - [`965dccc`](https://github.com/SabreTools/MPF/commit/965dccc85aa2837f36185de7248d33bf8f044675) Add region - [`cdae533`](https://github.com/SabreTools/MPF/commit/cdae5334af01ef0dea72e42a0950fd70d63a7c63) Niceties ### 📊 Changes **4 files changed** (+71 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/UI/ViewModels/CheckDumpViewModel.cs` (+60 -8) 📝 `MPF.UI.Core/Windows/CheckDumpWindow.xaml` (+1 -1) 📝 `MPF.UI.Core/Windows/CheckDumpWindow.xaml.cs` (+9 -1) </details> ### 📄 Description No longer hangs when performing async tasks in Check UI net40 is still broken, which is not a change in functionality --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1098