Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure data mutex is unlocked a minimum amount of time
fix occasional crash if the receive loop blocks the data mutex for most of the time. the gui loop nearly never gets its chance to block the mutex, especially on slower machines. this should be revesited to ensure no mutex related crashes can happen.
- Loading branch information