mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixes #847. Since the timeout issue are fixed there is no need to use tokenSource.Cancel but just reset the eventReady.
This commit is contained in:
@@ -628,9 +628,9 @@ namespace Terminal.Gui {
|
||||
|
||||
void IMainLoopDriver.Wakeup ()
|
||||
{
|
||||
tokenSource.Cancel ();
|
||||
//eventReady.Reset ();
|
||||
//eventReady.Set ();
|
||||
//tokenSource.Cancel ();
|
||||
eventReady.Reset ();
|
||||
eventReady.Set ();
|
||||
}
|
||||
|
||||
bool IMainLoopDriver.EventsPending (bool wait)
|
||||
|
||||
Reference in New Issue
Block a user