-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes an obscure issue where the applications main loop becomes suspended as the result of attempting to register an `on_press` callback which takes as an argument a Cylc client. * Even though this callback is not actually called at this point, just passing the reference to it appears to be enough to cause thread deadlocking because Cylc clients are async based and not thread safe.
- Loading branch information
1 parent
e491bf3
commit 2b969af
Showing
2 changed files
with
53 additions
and
29 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
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