Removed cancellation of error downgrading after closing, was causing read access violations.

This commit is contained in:
EricLiu2000
2019-08-01 14:07:42 -04:00
parent 055cae1232
commit f41b5c4a79
7 changed files with 0 additions and 12 deletions
@@ -129,5 +129,4 @@ void MultiChannelCommunication::readTask() {
}
}
EventManager::GetInstance().cancelErrorDowngradingOnCurrentThread();
}