This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed potential deadlock during channel loading
Due to the fact that channels where loaded in a background thread which then moved 99% of it's logic back onto the UI-thread and waited for it to finish, switching channels very quickly (Alt+L - Load previous channel) caused a deadlock. The reasoning behind this back then, was to reduce timeframes in which the UI doesn't respond, but it was basically incorrect either way.
- Loading branch information
1 parent
dcab2d1
commit e1276b0
Showing
1 changed file
with
26 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters