mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Removed cancellation of error downgrading after closing, was causing read access violations.
This commit is contained in:
@@ -168,6 +168,4 @@ void Communication::readTask() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
EventManager::GetInstance().cancelErrorDowngradingOnCurrentThread();
|
||||
}
|
||||
|
||||
@@ -129,5 +129,4 @@ void MultiChannelCommunication::readTask() {
|
||||
}
|
||||
|
||||
}
|
||||
EventManager::GetInstance().cancelErrorDowngradingOnCurrentThread();
|
||||
}
|
||||
Reference in New Issue
Block a user